B1ObjectSlotTableRow
- Data table row defining an object slot, including enabled object categories, disable conditions, and overlap settings.
| Property | Type | Description | Metadata |
|---|---|---|---|
| EnableObjectCategories | TArray | The list of object categories that are allowed to use this slot. | Category: B1ObjectSlotTableRow Foreign: Object.ObjectCategory |
| DisableCondition | FB1DisableSlotCondition | The condition under which this slot becomes disabled. | Category: B1ObjectSlotTableRow |
| StartOccupyScriptId | FName | The script ID executed when an object starts occupying this slot. | Category: B1ObjectSlotTableRow Foreign: Script_Slot.Id |
| EndOccupyScriptId | FName | The script ID executed when an object stops occupying this slot. | Category: B1ObjectSlotTableRow Foreign: Script_Slot.Id |
| AllowOverlap | bool | Whether overlapping objects are allowed in this slot. | Category: B1ObjectSlotTableRow |
| OccupiableOverlap | bool | Whether overlapping objects can still be occupied in this slot. | Category: B1ObjectSlotTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoObject
- EB1ObjectCustomizeType
- Object Data Guide
- ObjectBp Data Guide
- ObjectCategory Data Guide
- ObjectChangeActorGroup Data Guide
- ObjectChangeMaterialGroup Data Guide
- ObjectChangeMeshGroup Data Guide
- ObjectCustomizeMaterialGroup Data Guide
- ObjectCustomizeMaterialParts Data Guide
- ObjectCustomizeShapeTemplates Data Guide
- ObjectDataFilter Data Guide
- ObjectPartsCustomUsage Data Guide