B1ObjectChangeMeshGroupRow
- Data table row defining a group of swappable mesh variants for a game object.
* Provides a named set of mesh replacement options with icons and optional parameter overrides.
| Property | Type | Description | Metadata |
|---|---|---|---|
| GroupName | FName | String table key referencing the localized display name for this mesh change group. | Category: B1ObjectChangeMeshGroupRow StringTableKey: Id |
| DisplayName | FName | String table key referencing the localized display name shown in the UI. | Category: B1ObjectChangeMeshGroupRow StringTableKey: Id |
| Icon | TSoftObjectPtr | Soft reference to the icon displayed for this mesh change group in the UI. | Category: B1ObjectChangeMeshGroupRow |
| OverrideParam | bool | Whether this group overrides the default material parameters when a mesh is swapped. | Category: B1ObjectChangeMeshGroupRow |
| ParamUsageId | FName | ID referencing the parameter usage row applied when OverrideParam is true. | Category: B1ObjectChangeMeshGroupRow Foreign: ObjectPartsParamUsage.Id |
| ChangeParam | TArray | Array of mesh change parameter entries representing each available mesh variant. | Category: B1ObjectChangeMeshGroupRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |
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