Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TOctree_DEPRECATED
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
Include | #include "Math/GenericOctree.h" |
Syntax
template<typename StackAllocator>
class TConstIterator
Remarks
An octree node iterator.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TConstIterator
(
const TOctree_DEPRECATED& Tree |
Starts iterating at the root of an octree. | |
![]() |
TConstIterator
(
const FNode& Node, |
Starts iterating at a particular node of an octree. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Advance () |
Iterates to the next node. |
![]() ![]() |
const FOctreeNodeContext & | ||
![]() ![]() |
const FNode & | Accessors. | |
![]() ![]() |
bool | Checks if there are any nodes left to iterate over. | |
![]() |
void | PushChild
(
FOctreeChildNodeRef ChildRef |
Pushes a child of the current node onto the stack of nodes to visit. |
![]() |
void | PushChild
(
FOctreeChildNodeRef ChildRef, |
Pushes a child of the current node onto the stack of nodes to visit. |
![]() |
void | PushChild
(
FOctreeChildNodeRef ChildRef, |
Pushes a child of the current node onto the stack of nodes to visit. |