Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TOctree2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOctree2 () |
DO NOT USE. This constructor is for internal usage only for hot-reload purposes. | Math/GenericOctree.h | |
TOctree2
(
const FVector& InOrigin, |
Initialization constructor. | Math/GenericOctree.h |
TOctree2()
Description
DO NOT USE. This constructor is for internal usage only for hot-reload purposes.
| Name | TOctree2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include Path | #include "Math/GenericOctree.h" |
TOctree2()
TOctree2(const FVector &, FVector::FReal)
Description
Initialization constructor.
| Name | TOctree2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include Path | #include "Math/GenericOctree.h" |
TOctree2
(
const FVector & InOrigin,
FVector::FReal InExtent
)