Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FBroadPhaseConfig
| Name | FBroadPhaseConfig |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDRigidsEvolution.h |
| Include Path | #include "Chaos/PBDRigidsEvolution.h" |
Syntax
enum FBroadPhaseConfig
{
Grid = 0,
Tree = 1,
TreeOfGrid = 2,
TreeAndGrid = 3,
TreeOfGridAndGrid = 4,
}
Values
| Name | Remarks |
|---|---|
| Grid | |
| Tree | |
| TreeOfGrid | |
| TreeAndGrid | |
| TreeOfGridAndGrid |