Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TOctree_DEPRECATED > API/Runtime/Core/TOctree_DEPRECATED/TConstIterator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PushChild
(
FOctreeChildNodeRef ChildRef |
Pushes a child of the current node onto the stack of nodes to visit. | Math/GenericOctree.h | |
void PushChild
(
FOctreeChildNodeRef ChildRef, |
Pushes a child of the current node onto the stack of nodes to visit. | Math/GenericOctree.h | |
void PushChild
(
FOctreeChildNodeRef ChildRef, |
Pushes a child of the current node onto the stack of nodes to visit. | Math/GenericOctree.h |
PushChild(FOctreeChildNodeRef)
Description
Pushes a child of the current node onto the stack of nodes to visit.
| Name | PushChild |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include Path | #include "Math/GenericOctree.h" |
void PushChild
(
FOctreeChildNodeRef ChildRef
)
PushChild(FOctreeChildNodeRef, const FOctreeNodeContext &)
Description
Pushes a child of the current node onto the stack of nodes to visit.
| Name | PushChild |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include Path | #include "Math/GenericOctree.h" |
void PushChild
(
FOctreeChildNodeRef ChildRef,
const FOctreeNodeContext & Context
)
PushChild(FOctreeChildNodeRef, uint32, uint32)
Description
Pushes a child of the current node onto the stack of nodes to visit.
| Name | PushChild |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include Path | #include "Math/GenericOctree.h" |
void PushChild
(
FOctreeChildNodeRef ChildRef,
uint32 FullyInsideView,
uint32 FullyOutsideView
)