B1SlotComponentData
- Holds the full slot configuration for a slot component, including type, linked slots, and type-specific data.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SlotType | EB1SlotType | The type of this slot, which determines which sub-data fields are active. | Category: B1SlotComponentData |
| LinkedSlotMap | TMap | SlotComp's Name | Category: B1SlotComponentData |
| InteractionSlot | FB1InteractionSlotData | Interaction slot configuration, active when SlotType is Interaction. | Category: B1SlotComponentData |
| FxSlot | FB1FxSlotData | FX slot configuration, active when SlotType is Fx. | Category: B1SlotComponentData |
| ExtraRequireSpaceSlot | FB1ExtraRequireSpaceSlotData | Extra required space slot configuration, active when SlotType is ExtraRequireSpace. | Category: B1SlotComponentData |
| ObjectSlotId | FName | The object slot data table ID, active when SlotType is Object. | Category: B1SlotComponentData Foreign: ObjectSlot.Id |
| ConnectedChairComponenetName | FName | The name of the chair component connected to this object slot. | Category: B1SlotComponentData |
| ObjectSlot | FB1ObjectSlotData | Object slot configuration, active when SlotType is Object. | Category: B1SlotComponentData |
| VehiclePostureAnimId | FName | The vehicle posture animation ID used when SlotType is Interaction. | Category: B1SlotComponentData Foreign: AnimCharacter.Id |
| CharacterAttachPostureId | FName | The character attach posture ID used when SlotType is CharacterAttach. | Category: B1SlotComponentData Foreign: Posture.Id |