B1SkinDescription
- Defines skin configuration, including skin identifier, color mode,
* and material parameter values for rendering.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SkinId | FName | Identifier for the skin preset. | Category: B1SkinDescription |
| ScalarParameters | TMap | Scalar material parameters for skin rendering. | Category: B1SkinDescription |
| AgingControlPoint | FB1OptionalFloat | Manual override for the aging progress control point. When unset, the value computed from the growth step is used. Replaces the legacy ScalarParameters["Aging_Strength"]. | Category: B1SkinDescription |
| bIsSkinToneSetWithColorId | bool | Flag indicating whether skin tone is set by color ID. | Category: B1SkinDescription |
| ColorApplyMode | EB1SkinColorApplyMode | Mode that controls how the skin color is applied (e.g., UsingColorId, UsingSkinTone, UsingDefaultMaterial). | Category: B1SkinDescription |
| ColorId | FName | Identifier of the skin color preset. | Category: B1SkinDescription Foreign: AppearanceSkinColor.Id |
| Tone | FLinearColor | Skin tone value applied directly as a linear color. | Category: B1SkinDescription |