Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TOctree_DEPRECATED > API/Runtime/Core/TOctree_DEPRECATED/FNodeReference
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | Math/GenericOctree.h | ||
FNodeReference
(
const FNode* InNode, |
Initialization constructor. | Math/GenericOctree.h |
FNodeReference()
Description
Default constructor.
| Name | FNodeReference |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include Path | #include "Math/GenericOctree.h" |
FNodeReference()
FNodeReference(const FNode *, const FOctreeNodeContext &)
Description
Initialization constructor.
| Name | FNodeReference |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include Path | #include "Math/GenericOctree.h" |
FNodeReference
(
const FNode * InNode,
const FOctreeNodeContext & InContext
)