Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TQuadTree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TQuadTree () |
DO NOT USE. This constructor is for internal usage only for hot-reload purposes. | GenericQuadTree.h | |
| GenericQuadTree.h | |||
TQuadTree
(
const FBox2D& InBox, |
GenericQuadTree.h |
TQuadTree()
Description
DO NOT USE. This constructor is for internal usage only for hot-reload purposes.
| Name | TQuadTree |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/GenericQuadTree.h |
| Include Path | #include "GenericQuadTree.h" |
TQuadTree()
TQuadTree(const TQuadTree &)
| Name | TQuadTree |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/GenericQuadTree.h |
| Include Path | #include "GenericQuadTree.h" |
TQuadTree
(
const TQuadTree &
)
TQuadTree(const FBox2D &, float)
| Name | TQuadTree |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/GenericQuadTree.h |
| Include Path | #include "GenericQuadTree.h" |
TQuadTree
(
const FBox2D & InBox,
float InMinimumQuadSize
)