UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FClothParameterMask_Legacy Struct Reference

#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< floatValues
 
bool bEnabled
 

Detailed Description

Deprecated, legacy definition kept for backward compatibility only. Use FPointWeightMap instead. Redirected from the now defunct ClothingSystemRuntime module.

Constructor & Destructor Documentation

◆ FClothParameterMask_Legacy()

FClothParameterMask_Legacy::FClothParameterMask_Legacy ( )

Member Function Documentation

◆ GENERATED_BODY()

FClothParameterMask_Legacy::GENERATED_BODY ( )

◆ MigrateTo()

void FClothParameterMask_Legacy::MigrateTo ( FPointWeightMap Weights)

Member Data Documentation

◆ bEnabled

bool FClothParameterMask_Legacy::bEnabled

Whether this mask is enabled and able to effect final mesh values

◆ CurrentTarget

EWeightMapTargetCommon FClothParameterMask_Legacy::CurrentTarget

The currently targeted parameter for the mask

◆ MaskName

FName FClothParameterMask_Legacy::MaskName

Name of the mask, mainly for users to differentiate

◆ MaxValue_DEPRECATED

float FClothParameterMask_Legacy::MaxValue_DEPRECATED

The maximum value currently in the mask value array

◆ MinValue_DEPRECATED

float FClothParameterMask_Legacy::MinValue_DEPRECATED

The maximum value currently in the mask value array

◆ Values

TArray<float> FClothParameterMask_Legacy::Values

The actual values stored in the mask


The documentation for this struct was generated from the following files: