Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon
| Name | FClothingSimulationCacheData |
| Type | struct |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothingSimulationCacheData.h |
| Include Path | #include "ClothingSimulationCacheData.h" |
Syntax
struct FClothingSimulationCacheData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ClothingSimulationCacheData.h | |||
FClothingSimulationCacheData
(
const FClothingSimulationCacheData& Other |
ClothingSimulationCacheData.h | ||
| ClothingSimulationCacheData.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedPositions | TArray< FVector > | Solver space cached positions for the kinematics targets. (Sparseuse CacheIndices to map to full) | ClothingSimulationCacheData.h | |
| CachedReferenceSpaceTransforms | TMap< int32, FTransform > | Cached ReferenceSpaceTransform per cloth. Key is Cloth GroupId. | ClothingSimulationCacheData.h | |
| CachedVelocities | TArray< FVector > | Solver space cached velocities for the kinematics targets. (Sparseuse CacheIndices to map to full) | ClothingSimulationCacheData.h | |
| CacheIndices | TArray< int32 > | Indices used to map from CachedPositions/Velocities to solver indices. | ClothingSimulationCacheData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasData() |
ClothingSimulationCacheData.h | ||
void Reset() |
ClothingSimulationCacheData.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FClothingSimulationCacheData & operator=
(
const FClothingSimulationCacheData& Other |
ClothingSimulationCacheData.h | ||
| ClothingSimulationCacheData.h |