UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FClothingSimulationCacheData Struct Reference

#include <ClothingSimulationCacheData.h>

Public Member Functions

 FClothingSimulationCacheData ()=default
 
 FClothingSimulationCacheData (const FClothingSimulationCacheData &Other)=default
 
 FClothingSimulationCacheData (FClothingSimulationCacheData &&Other)
 
FClothingSimulationCacheDataoperator= (const FClothingSimulationCacheData &Other)=default
 
FClothingSimulationCacheDataoperator= (FClothingSimulationCacheData &&Other)
 
void Reset ()
 
bool HasData () const
 

Public Attributes

TArray< FVectorCachedPositions
 
TArray< FVectorCachedVelocities
 
TArray< int32CacheIndices
 
TMap< int32, FTransformCachedReferenceSpaceTransforms
 

Constructor & Destructor Documentation

◆ FClothingSimulationCacheData() [1/3]

FClothingSimulationCacheData::FClothingSimulationCacheData ( )
default

◆ FClothingSimulationCacheData() [2/3]

FClothingSimulationCacheData::FClothingSimulationCacheData ( const FClothingSimulationCacheData Other)
default

◆ FClothingSimulationCacheData() [3/3]

FClothingSimulationCacheData::FClothingSimulationCacheData ( FClothingSimulationCacheData &&  Other)
inline

Member Function Documentation

◆ HasData()

bool FClothingSimulationCacheData::HasData ( ) const
inline

◆ operator=() [1/2]

FClothingSimulationCacheData & FClothingSimulationCacheData::operator= ( const FClothingSimulationCacheData Other)
default

◆ operator=() [2/2]

FClothingSimulationCacheData & FClothingSimulationCacheData::operator= ( FClothingSimulationCacheData &&  Other)
inline

◆ Reset()

void FClothingSimulationCacheData::Reset ( )
inline

Member Data Documentation

◆ CachedPositions

TArray<FVector> FClothingSimulationCacheData::CachedPositions

◆ CachedReferenceSpaceTransforms

TMap<int32, FTransform> FClothingSimulationCacheData::CachedReferenceSpaceTransforms

◆ CachedVelocities

TArray<FVector> FClothingSimulationCacheData::CachedVelocities

◆ CacheIndices

TArray<int32> FClothingSimulationCacheData::CacheIndices

The documentation for this struct was generated from the following file: