Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon
References
| Module | ClothingSystemRuntimeCommon |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothLODData_Legacy.h |
| Include | #include "ClothLODData_Legacy.h" |
Syntax
struct FClothParameterMask_Legacy
Remarks
Deprecated, legacy definition kept for backward compatibility only. Use FPointWeightMap instead. Redirected from the now defunct ClothingSystemRuntime module.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnabled | Whether this mask is enabled and able to effect final mesh values | |
| EWeightMapTargetCommon | CurrentTarget | The currently targeted parameter for the mask | |
| FName | MaskName | Name of the mask, mainly for users to differentiate | |
| TArray< float > | Values | The actual values stored in the mask |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MigrateTo
(
FPointWeightMap& Weights |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| float | MaxValue_DEPRECATED | The maximum value currently in the mask value array | |
| float | MinValue_DEPRECATED | The maximum value currently in the mask value array |