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 TConstElementBoxIterator
Remarks
Iterates over the elements in the octree that intersect a bounding box.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TConstElementBoxIterator
(
const TOctree_DEPRECATED& Tree, |
Initialization constructor. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Advance () |
Iterates to the next element. |
![]() ![]() |
const ElementType & | Accessors. | |
![]() ![]() |
bool | Checks if there are any elements left to iterate over. |