Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon
References
| Module | ClothingSystemRuntimeCommon |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothLODData.h |
| Include | #include "ClothLODData.h" |
Syntax
struct FClothLODDataCommon
Remarks
Common Cloth LOD representation for all clothing assets.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSmoothTransition | Whether to enable smooth transition from skinned mesh to clothed mesh. | |
| bool | bUseMultipleInfluences | Whether to use multiple triangles to interpolate from simulated cloth mesh to render mesh. | |
| FClothPhysicalMeshData | PhysicalMeshData | Raw phys mesh data. | |
| TArray< FPointWeightMap > | PointWeightMaps | Parameter masks defining the physics mesh masked data. | |
| float | SkinningKernelRadius | Radius of the weighting kernel used to interpolate from simulated cloth mesh to render mesh. | |
| 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 | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | |||
FClothLODDataCommon
(
const FClothLODDataCommon& |
|||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetParameterMasksForTarget
(
const uint8 InTarget, |
Get all available parameter masks for the specified target. | |
| void | Copy ParameterMasks_ to corresponding targets in ClothPhysicalMeshData_. |
||
| bool | Custom serialize for transition. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FClothLODDataCommon & | operator=
(
const FClothLODDataCommon& |
||
| FClothLODDataCommon & | operator=
(
FClothLODDataCommon&& |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FClothCollisionData | CollisionData | This property is no longer supported. Use Physics Asset instead. | |
| TArray< FClothParameterMask_Legacy > | ParameterMasks_DEPRECATED |