B1GameObjectMaterialLayerParam
- A single material layer entry providing texture maps, a display icon, and parameter usage for a customizable material.
* Used within material group table rows to represent individual material options.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ListKey | FString | Unique list key identifying this material layer entry within its parent array. | Category: B1GameObjectMaterialLayerParam |
| MaterialName | FName | String table key referencing the localized display name for this material layer. | Category: B1GameObjectMaterialLayerParam |
| Icon | TSoftObjectPtr | Soft reference to the icon displayed in the customization UI for this material layer. | Category: B1GameObjectMaterialLayerParam |
| Albedo | TSoftObjectPtr | Soft reference to the albedo (base color) texture for this material layer. | Category: B1GameObjectMaterialLayerParam |
| Normal | TSoftObjectPtr | Soft reference to the normal map texture for this material layer. | Category: B1GameObjectMaterialLayerParam |
| Packed | TSoftObjectPtr | Soft reference to the packed (roughness/metallic/AO) texture for this material layer. | Category: B1GameObjectMaterialLayerParam |
| Emissive | TSoftObjectPtr | Soft reference to the emissive texture for this material layer. | Category: B1GameObjectMaterialLayerParam |
| POMHeightMap | TSoftObjectPtr | Soft reference to the parallax occlusion mapping (POM) height map texture for this layer. | Category: B1GameObjectMaterialLayerParam |
| PhysicalMaterial | TSoftObjectPtr | Soft reference to the physical material asset used for sound and physics interactions. | Category: B1GameObjectMaterialLayerParam |
| ParamUsageId | FName | ID referencing the parameter usage row defining customizable attribute ranges for this layer. | Category: B1GameObjectMaterialLayerParam Foreign: ObjectPartsParamUsage.Id |
| SelectedAudioId | FName | ID referencing the audio resource used when this material is selected. | Category: B1GameObjectMaterialLayerParam Foreign: AudioResources.Id |
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoGame
- GameObjectSound Data Guide
- FB1GameActionInfo
- FB1GameActionInfoArray
- FB1GameConfigBasicSetting
- FB1GameConfigDateTime
- FB1GameConfigTime
- FB1GameConfigWidgetCustomization
- FB1GameObjectAnimTableRow
- FB1GameObjectChangeMaterialParam
- FB1GameObjectChangeMeshParam
- FB1GameObjectDataCache
- FB1GameObjectDataCache_ObjectGrouping