Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon
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
| Type | Name | Description | |
|---|---|---|---|
| FClothPhysicalMeshData | ClothPhysicalMeshData | Raw phys mesh data. | |
| FClothCollisionData | CollisionData | Collision primitive and convex data for clothing collisions. | |
| TArray< FPointWeightMap > | ParameterMasks | Parameter masks defining the physics mesh masked data. | |
| TArray< FMeshToMeshVertData > | TransitionDownSkinData | Skinning data for transitioning from a lower detail LOD to this one. | |
| TArray< FMeshToMeshVertData > | TransitionUpSkinData | Skinning data for transitioning from a higher detail LOD to this one. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UClothLODDataCommon_Legacy
(
const FObjectInitializer& Init |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MigrateTo
(
FClothLODDataCommon& LodData |
Migrate this deprecated UObject class to the structure format (called by UClothingAssetCommon::PostLoad()) |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Migrate deprecated properties. | |
| void | Custom serialize for transition. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UClothPhysicalMeshDataBase_Legacy > | PhysicalMeshData_DEPRECATED | Deprecated, use ClothPhysicalMeshData instead. |