Skip to main content

B1ObjectPartsDefinition

  • Defines a named customizable part of a game object, specifying its category, mesh descriptions, and usage rules.
    * Used within customizable material parts table rows to describe individual object sub-surfaces.
PropertyTypeDescriptionMetadata
ListKeyFStringUnique list key identifying this part definition within its parent array.Category: B1ObjectPartsDefinition
PartsCategoryFNameCategory grouping this part belongs to in the customization UI.Category: B1ObjectPartsDefinition
PartsNameFNameString table key referencing the localized display name for this part.Category: B1ObjectPartsDefinition
DescriptionTArrayArray of mesh-slot descriptions that make up this part's surface areas.Category: B1ObjectPartsDefinition
ParamUsageIdFNameID referencing the parameter usage row defining which attributes can be customized on this part.Category: B1ObjectPartsDefinition
Foreign: ObjectPartsParamUsage.Id
CustomUsageIdFNameID referencing the custom usage row defining advanced customization options for this part.Category: B1ObjectPartsDefinition
Foreign: ObjectPartsCustomUsage.Id