Skip to main content

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.
PropertyTypeDescriptionMetadata
ComponentNameFNameName of this component within the blueprint.Category: B1ObjectBPComponentData
ComponentClassNameFNameClass name of this component.Category: B1ObjectBPComponentData
AttachParentNameFNameName of the parent component this component is attached to.Category: B1ObjectBPComponentData
AttachSocketNameFNameSocket name on the parent component where this component attaches.Category: B1ObjectBPComponentData
PropertyMetaDatasTMapMap of property names to their serialized metadata string values for this component.Category: B1ObjectBPComponentData