Skip to main content

B1SlotInfo

  • Runtime representation of a slot authored by UB1SlotComponent.
    * Editor/BP still owns UB1SlotComponent, but gameplay code can operate on this
    * data after AB1GameObject converts component slots during initialization.
PropertyTypeDescriptionMetadata
ComponentNameFNameName of the source slot component this info was created from.Category: B1SlotInfo
SlotNameFNameName of this slot.Category: B1SlotInfo
ParentComponentNameFNameName of the parent component this slot is attached under.Category: B1SlotInfo
ParentSocketNameFNameName of the socket on the parent this slot attaches to.Category: B1SlotInfo
ParentSlotNameFNameName of the parent slot this slot is nested under.Category: B1SlotInfo
RelativeTransformFTransformTransform of this slot relative to its parent.Category: B1SlotInfo
SlotComponentDataFB1SlotComponentDataType-specific slot configuration data.Category: B1SlotInfo
VehicleSeatEB1VehicleSeatVehicle seat this slot corresponds to, if any.Category: B1SlotInfo
DriverLeftSteeringAnimIdFNameSteering animation ID used when the driver steers left.Category: B1SlotInfo
Foreign: AnimCharacter.Id
DriverRightSteeringAnimIdFNameSteering animation ID used when the driver steers right.Category: B1SlotInfo
Foreign: AnimCharacter.Id
FxHandleIdsTMapRuntime handles of FX playing on this slot, keyed by FX name.
LastAsyncTextureRequestIdint32ID of the most recent async texture load request for this slot.