B1ObjectBpSlotData
- Defines a single slot component on an object blueprint, specifying its name, location, rotation, and slot data.
* Used within object blueprint table rows to describe all available interaction and attachment slots.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ComponentName | FName | Name of the scene component this slot is attached to. | Category: B1ObjectBpSlotData |
| SlotName | FName | Logical slot name used to identify this slot in the interaction and placement systems. | Category: B1ObjectBpSlotData |
| Location | FVector | Local position of this slot relative to its parent component. | Category: B1ObjectBpSlotData |
| Rotation | FRotator | Local rotation of this slot relative to its parent component. | Category: B1ObjectBpSlotData |
| SlotComponentData | FB1SlotComponentData | Slot component configuration data including interaction settings and constraints. | Category: B1ObjectBpSlotData |
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