Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TQuadTree
| Name | QuadNames |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/GenericQuadTree.h |
| Include Path | #include "GenericQuadTree.h" |
Syntax
enum QuadNames
{
TopLeft = 0,
TopRight = 1,
BottomLeft = 2,
BottomRight = 3,
}
Values
| Name | Remarks |
|---|---|
| TopLeft | |
| TopRight | |
| BottomLeft | |
| BottomRight |