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

#include <PBDRigidsEvolution.h>

Public Types

enum  {
  Grid = 0 , Tree = 1 , TreeOfGrid = 2 , TreeAndGrid = 3 ,
  TreeOfGridAndGrid = 4
}
 

Public Member Functions

 FBroadPhaseConfig ()
 

Public Attributes

int32 BroadphaseType
 
int32 BVNumCells
 
int32 MaxChildrenInLeaf
 
int32 MaxTreeDepth
 
int32 AABBMaxChildrenInLeaf
 
int32 AABBMaxTreeDepth
 
FRealSingle MaxPayloadSize
 
int32 IterationsPerTimeSlice
 

Member Enumeration Documentation

◆ anonymous enum

Enumerator
Grid 
Tree 
TreeOfGrid 
TreeAndGrid 
TreeOfGridAndGrid 

Constructor & Destructor Documentation

◆ FBroadPhaseConfig()

Chaos::FBroadPhaseConfig::FBroadPhaseConfig ( )
inline

Member Data Documentation

◆ AABBMaxChildrenInLeaf

int32 Chaos::FBroadPhaseConfig::AABBMaxChildrenInLeaf

◆ AABBMaxTreeDepth

int32 Chaos::FBroadPhaseConfig::AABBMaxTreeDepth

◆ BroadphaseType

int32 Chaos::FBroadPhaseConfig::BroadphaseType

◆ BVNumCells

int32 Chaos::FBroadPhaseConfig::BVNumCells

◆ IterationsPerTimeSlice

int32 Chaos::FBroadPhaseConfig::IterationsPerTimeSlice

◆ MaxChildrenInLeaf

int32 Chaos::FBroadPhaseConfig::MaxChildrenInLeaf

◆ MaxPayloadSize

FRealSingle Chaos::FBroadPhaseConfig::MaxPayloadSize

◆ MaxTreeDepth

int32 Chaos::FBroadPhaseConfig::MaxTreeDepth

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