UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GeometryCollectionAlgo::Private Namespace Reference

Functions

FTransform GlobalMatrix (const FGeometryDynamicCollection &DynamicCollection, int32 Index)
 
void GlobalMatrices (const FGeometryDynamicCollection &DynamicCollection, const TArray< int32 > &Indices, TArray< FTransform > &OutGlobalTransforms)
 
void GlobalMatrices (const FGeometryDynamicCollection &DynamicCollection, TArray< FTransform > &OutGlobalTransforms)
 
void GlobalMatrices (const FGeometryDynamicCollection &DynamicCollection, TArray< FTransform3f > &OutGlobalTransforms)
 

Function Documentation

◆ GlobalMatrices() [1/3]

void CHAOS_API GeometryCollectionAlgo::Private::GlobalMatrices ( const FGeometryDynamicCollection DynamicCollection,
const TArray< int32 > &  Indices,
TArray< FTransform > &  OutGlobalTransforms 
)

◆ GlobalMatrices() [2/3]

void CHAOS_API GeometryCollectionAlgo::Private::GlobalMatrices ( const FGeometryDynamicCollection DynamicCollection,
TArray< FTransform > &  OutGlobalTransforms 
)

◆ GlobalMatrices() [3/3]

void CHAOS_API GeometryCollectionAlgo::Private::GlobalMatrices ( const FGeometryDynamicCollection DynamicCollection,
TArray< FTransform3f > &  OutGlobalTransforms 
)

◆ GlobalMatrix()

FTransform CHAOS_API GeometryCollectionAlgo::Private::GlobalMatrix ( const FGeometryDynamicCollection DynamicCollection,
int32  Index 
)