UClothLODDataCommon_Legacy

Deprecated, legacy definition kept for backward compatibility only.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UClothLODDataCommon_Legacy

References

Module

ClothingSystemRuntimeCommon

Header

/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothLODData_Legacy.h

Include

#include "ClothLODData_Legacy.h"

Syntax

class UClothLODDataCommon_Legacy : public UObject

Remarks

Deprecated, legacy definition kept for backward compatibility only. Use FClothLODDataCommon instead.

Variables

Name Description

Public variable

FClothPhysicalM...

 

ClothPhysicalMeshData

Raw phys mesh data.

Public variable

FClothCollision...

 

CollisionData

Collision primitive and convex data for clothing collisions.

Public variable

TArray< FPointW...

 

ParameterMasks

Parameter masks defining the physics mesh masked data.

Public variable

TArray< FMeshTo...

 

TransitionDownSkinData

Skinning data for transitioning from a lower detail LOD to this one.

Public variable

TArray< FMeshTo...

 

TransitionUpSkinData

Skinning data for transitioning from a higher detail LOD to this one.

Constructors

Name Description

Public function

UClothLODDataCommon_Legacy

(
    const FObjectInitializer& Init
)

Destructors

Functions

Name Description

Public function

void

 

MigrateTo

(
    FClothLODDataCommon& LodData
)

Migrate this deprecated UObject class to the structure format (called by UClothingAssetCommon::PostLoad())

Overridden from UObject

Name Description

Public function Virtual

void

 

PostLoad()

Migrate deprecated properties.

Public function Virtual

void

 

Serialize

(
    FArchive& Ar
)

Custom serialize for transition.

Deprecated Variables

Name Description

Public variable

UClothPhysicalM...

 

PhysicalMeshData_DEPRECATED

Deprecated, use ClothPhysicalMeshData instead.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss