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

#include <AABBTree.h>

Static Public Attributes

static CHAOS_API int32 DirtyElementGridCellSize = 1000
 
static CHAOS_API FAutoConsoleVariableRef CVarDirtyElementGridCellSize
 
static CHAOS_API int32 DirtyElementMaxGridCellQueryCount = 340
 
static CHAOS_API FAutoConsoleVariableRef CVarDirtyElementMaxGridCellQueryCount
 
static CHAOS_API int32 DirtyElementMaxPhysicalSizeInCells = 16
 
static CHAOS_API FAutoConsoleVariableRef CVarDirtyElementMaxPhysicalSizeInCells
 
static CHAOS_API int32 DirtyElementMaxCellCapacity = 32
 
static CHAOS_API FAutoConsoleVariableRef CVarDirtyElementMaxCellCapacity
 

Member Data Documentation

◆ CVarDirtyElementGridCellSize

FAutoConsoleVariableRef FAABBTreeDirtyGridCVars::CVarDirtyElementGridCellSize
static

◆ CVarDirtyElementMaxCellCapacity

FAutoConsoleVariableRef FAABBTreeDirtyGridCVars::CVarDirtyElementMaxCellCapacity
static

◆ CVarDirtyElementMaxGridCellQueryCount

FAutoConsoleVariableRef FAABBTreeDirtyGridCVars::CVarDirtyElementMaxGridCellQueryCount
static

◆ CVarDirtyElementMaxPhysicalSizeInCells

FAutoConsoleVariableRef FAABBTreeDirtyGridCVars::CVarDirtyElementMaxPhysicalSizeInCells
static

◆ DirtyElementGridCellSize

int32 FAABBTreeDirtyGridCVars::DirtyElementGridCellSize = 1000
static

◆ DirtyElementMaxCellCapacity

int32 FAABBTreeDirtyGridCVars::DirtyElementMaxCellCapacity = 32
static

◆ DirtyElementMaxGridCellQueryCount

int32 FAABBTreeDirtyGridCVars::DirtyElementMaxGridCellQueryCount = 340
static

◆ DirtyElementMaxPhysicalSizeInCells

int32 FAABBTreeDirtyGridCVars::DirtyElementMaxPhysicalSizeInCells = 16
static

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