![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ClothLODData_Legacy.h>
Public Member Functions | |
| GENERATED_BODY () | |
| CLOTHINGSYSTEMRUNTIMECOMMON_API | FClothParameterMask_Legacy () |
| CLOTHINGSYSTEMRUNTIMECOMMON_API void | MigrateTo (FPointWeightMap &Weights) |
Public Attributes | |
| FName | MaskName |
| EWeightMapTargetCommon | CurrentTarget |
| float | MaxValue_DEPRECATED |
| float | MinValue_DEPRECATED |
| TArray< float > | Values |
| bool | bEnabled |
Deprecated, legacy definition kept for backward compatibility only. Use FPointWeightMap instead. Redirected from the now defunct ClothingSystemRuntime module.
| FClothParameterMask_Legacy::FClothParameterMask_Legacy | ( | ) |
| FClothParameterMask_Legacy::GENERATED_BODY | ( | ) |
| void FClothParameterMask_Legacy::MigrateTo | ( | FPointWeightMap & | Weights | ) |
| bool FClothParameterMask_Legacy::bEnabled |
Whether this mask is enabled and able to effect final mesh values
| EWeightMapTargetCommon FClothParameterMask_Legacy::CurrentTarget |
The currently targeted parameter for the mask
| FName FClothParameterMask_Legacy::MaskName |
Name of the mask, mainly for users to differentiate
| float FClothParameterMask_Legacy::MaxValue_DEPRECATED |
The maximum value currently in the mask value array
| float FClothParameterMask_Legacy::MinValue_DEPRECATED |
The maximum value currently in the mask value array