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

#include <DynamicBVH.h>

Classes

struct  FRoot
 

Public Member Functions

template<typename T >
FRootFindOrAdd (const TBounds< T > &Bounds)
 
FRootFindChecked (uint32 RootFirstChild)
 
void Remove (uint32 RootFirstChild)
 
template<typename FFuncType >
void ForAll (const FFuncType &Func) const
 

Public Attributes

TArray< FRootRoots
 

Member Function Documentation

◆ FindChecked()

FRoot & FRootForest::FindChecked ( uint32  RootFirstChild)
inline

◆ FindOrAdd()

template<typename T >
FRoot & FRootForest::FindOrAdd ( const TBounds< T > &  Bounds)
inline

◆ ForAll()

template<typename FFuncType >
void FRootForest::ForAll ( const FFuncType Func) const
inline

◆ Remove()

void FRootForest::Remove ( uint32  RootFirstChild)
inline

Member Data Documentation

◆ Roots

TArray< FRoot > FRootForest::Roots

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