Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface
References
| Module | ClothingSystemRuntimeInterface |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSystemRuntimeTypes.h |
| Include | #include "ClothingSystemRuntimeTypes.h" |
Syntax
struct FClothSimulData
Remarks
Data produced by a clothing simulation.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTransform | ComponentRelativeTransform | Transform relative to the component to update clothing root transform when not ticking clothing but rendering a component. | |
| int32 | LODIndex | Current LOD index the data is valid for. | |
| TArray< FVector3f > | Normals | Normals at the simulation mesh particles. | |
| TArray< FVector3f > | Positions | Positions of the simulation mesh particles. | |
| FTransform | Transform | Transform applied per position/normal element when loaded. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |