UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GeometryCollectionEngineUtility.h File Reference
#include "CoreMinimal.h"

Go to the source code of this file.

Namespaces

namespace  GeometryCollectionEngineUtility
 

Functions

void GEOMETRYCOLLECTIONENGINE_API GeometryCollectionEngineUtility::PrintDetailedStatistics (const FGeometryCollection *GeometryCollection, const UGeometryCollectionCache *InCache)
 
void GEOMETRYCOLLECTIONENGINE_API GeometryCollectionEngineUtility::PrintDetailedStatisticsSummary (const TArray< const FGeometryCollection * > GeometryCollectionArray)
 
void GEOMETRYCOLLECTIONENGINE_API GeometryCollectionEngineUtility::ComputeNormals (FGeometryCollection *GeometryCollection)
 
void GEOMETRYCOLLECTIONENGINE_API GeometryCollectionEngineUtility::ComputeTangents (FGeometryCollection *GeometryCollection)
 
void GEOMETRYCOLLECTIONENGINE_API GeometryCollectionEngineUtility::GenerateConnectedComponents (const USkeletalMesh *InSkeletalMesh, TArray< TArray< FIntVector > > &ComponentIndices, TArray< TArray< FIntVector2 > > &TrangleComponentMap, TArray< int32 > &VertexComponentMap, int32 &TriangleCount, int32 &VertexCount)