UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::FSparseDynamicOctree3::FStatistics Struct Reference

#include <SparseDynamicOctree3.h>

Public Member Functions

FString ToString () const
 

Public Attributes

int32 Levels
 
TArray< int32LevelBoxCounts
 
TArray< int32LevelObjCounts
 
int32 SpillObjCount
 

Detailed Description

statistics about internal structure of the octree

Member Function Documentation

◆ ToString()

FString FSparseDynamicOctree3::FStatistics::ToString ( ) const

Member Data Documentation

◆ LevelBoxCounts

TArray<int32> UE::Geometry::FSparseDynamicOctree3::FStatistics::LevelBoxCounts

◆ LevelObjCounts

TArray<int32> UE::Geometry::FSparseDynamicOctree3::FStatistics::LevelObjCounts

◆ Levels

int32 UE::Geometry::FSparseDynamicOctree3::FStatistics::Levels

◆ SpillObjCount

int32 UE::Geometry::FSparseDynamicOctree3::FStatistics::SpillObjCount

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