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