Skip to main content

B1GarmentDescription

  • Defines garment appearance data, including garment type, mesh and part identifiers,
    * material parameters, AI texture data, and region masks.
PropertyTypeDescriptionMetadata
GarmentTypeFNameGarment category (e.g., Top, Bottom, Full, Shoes, etc.).Category: B1GarmentDescription
MeshIdFNameMesh identifier linked to Garment*Mesh.Id.Category: B1GarmentDescription
GarmentIdFNameGarment identifier linked to Garment*.Id.Category: B1GarmentDescription
CustomGarmentNameFNameCustom garment name used for user-generated content.Category: B1GarmentDescription
GarmentPartsTArrayPart identifiers linked to Garment*Parts.Id.Category: B1GarmentDescription
OverrideMaterialTArrayMaterial override assets for this garment. (Garment*Mesh.OverrideMaterial)
* Stored as paths (not TSoftObjectPtr) because reflection-based snapshot resolves TSoftObjectPtr via FindObject, which is fatal during GC.
Category: B1GarmentDescription
ScalarParametersTMapScalar material parameters indexed by material section.Category: B1GarmentDescription
VectorParametersTMapVector (color) material parameters indexed by name.Category: B1GarmentDescription
AiTextureParameterTMapAI-generated texture parameter values indexed by name.Category: B1GarmentDescription
BodyTextureParametersTMapBody texture references for body overlays.Category: B1GarmentDescription
CoveredFlagsint32Bitmask specifying which body regions are covered by this garment.Category: B1GarmentDescription
BodyFlagsint32Bitmask specifying which body regions are affected by this garment.Category: B1GarmentDescription
SkinningTargetEB1MeshSkinningTargetSkinning target for this garment. (Garment*Mesh.SkinningTarget)Category: B1GarmentDescription