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

#include <DynamicBVH.h>

Classes

struct  FRoot
 

Public Member Functions

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

Public Attributes

FRoot Root
 

Member Function Documentation

◆ FindChecked()

FRoot & FSingleRoot::FindChecked ( uint32  RootFirstChild)
inline

◆ FindOrAdd()

FRoot & FSingleRoot::FindOrAdd ( const FBounds3f Bounds)
inline

◆ ForAll()

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

◆ Remove()

void FSingleRoot::Remove ( uint32  RootFirstChild)
inline

Member Data Documentation

◆ Root

FRoot FSingleRoot::Root

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