B1ObjectBPComponentData
- Describes a single component within a game object blueprint, including its class, parent attachment, and property metadata.
* Used in object blueprint table rows for modding support and component-level configuration.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ComponentName | FName | Name of this component within the blueprint. | Category: B1ObjectBPComponentData |
| ComponentClassName | FName | Class name of this component. | Category: B1ObjectBPComponentData |
| AttachParentName | FName | Name of the parent component this component is attached to. | Category: B1ObjectBPComponentData |
| AttachSocketName | FName | Socket name on the parent component where this component attaches. | Category: B1ObjectBPComponentData |
| PropertyMetaDatas | TMap | Map of property names to their serialized metadata string values for this component. | Category: B1ObjectBPComponentData |
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