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

#include <ClothingSystemRuntimeTypes.h>

Public Member Functions

void Reset ()
 
bool IsReset () const
 

Public Attributes

TArray< FVector3f, TAlignedHeapAllocator< 16 > > Positions
 
TArray< FVector3f, TAlignedHeapAllocator< 16 > > Normals
 
FTransform Transform
 
FTransform ComponentRelativeTransform
 
int32 LODIndex
 

Member Function Documentation

◆ IsReset()

bool FClothSimulData::IsReset ( ) const
inline

◆ Reset()

void FClothSimulData::Reset ( )
inline

Member Data Documentation

◆ ComponentRelativeTransform

FTransform FClothSimulData::ComponentRelativeTransform

◆ LODIndex

int32 FClothSimulData::LODIndex

◆ Normals

TArray<FVector3f, TAlignedHeapAllocator<16> > FClothSimulData::Normals

◆ Positions

TArray<FVector3f, TAlignedHeapAllocator<16> > FClothSimulData::Positions

◆ Transform

FTransform FClothSimulData::Transform

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