UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GeometryCollectionUtility.cpp File Reference

Namespaces

namespace  GeometryCollection
 

Functions

 DEFINE_LOG_CATEGORY_STATIC (FGeometryCollectionUtilityLogging, Log, All)
 
TSharedPtr< FGeometryCollectionGeometryCollection::MakeCubeElement (const FTransform &center, FVector Scale, int NumberOfMaterials)
 
void GeometryCollection::SetupCubeGridExample (TSharedPtr< FGeometryCollection > RestCollectionIn)
 
void GeometryCollection::SetupTwoClusteredCubesCollection (FGeometryCollection *Collection)
 
void GeometryCollection::SetupNestedBoneCollection (FGeometryCollection *Collection)
 
void GeometryCollection::ComputeInnerAndOuterRadiiFromGeometryVertices (const TManagedArray< FVector3f > &Vertices, const int32 VertexStart, const int32 VertexCount, float &OutInnerRadius, float &OutOuterRadius)
 
void GeometryCollection::AddGeometryProperties (FManagedArrayCollection *InCollection)
 
void GeometryCollection::MakeMaterialsContiguous (FGeometryCollection *Collection)
 
void GeometryCollection::GenerateTemporaryGuids (FManagedArrayCollection *Collection, int32 StartIdx, bool bForceInit)
 

Function Documentation

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( FGeometryCollectionUtilityLogging  ,
Log  ,
All   
)