UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TOctree_DEPRECATED< ElementType, OctreeSemantics >::TConstElementBoxIterator< StackAllocator > Class Template Reference

#include <GenericOctree.h>

Public Member Functions

void Advance ()
 
bool HasPendingElements () const
 
 TConstElementBoxIterator (const TOctree_DEPRECATED &Tree, const FBoxCenterAndExtent &InBoundingBox)
 
const ElementType & GetCurrentElement () const
 

Detailed Description

template<typename ElementType, typename OctreeSemantics>
template<typename StackAllocator = DefaultStackAllocator>
class TOctree_DEPRECATED< ElementType, OctreeSemantics >::TConstElementBoxIterator< StackAllocator >

Iterates over the elements in the octree that intersect a bounding box.

Constructor & Destructor Documentation

◆ TConstElementBoxIterator()

template<typename ElementType , typename OctreeSemantics >
template<typename StackAllocator = DefaultStackAllocator>
TOctree_DEPRECATED< ElementType, OctreeSemantics >::TConstElementBoxIterator< StackAllocator >::TConstElementBoxIterator ( const TOctree_DEPRECATED Tree,
const FBoxCenterAndExtent InBoundingBox 
)
inline

Initialization constructor.

Member Function Documentation

◆ Advance()

template<typename ElementType , typename OctreeSemantics >
template<typename StackAllocator = DefaultStackAllocator>
void TOctree_DEPRECATED< ElementType, OctreeSemantics >::TConstElementBoxIterator< StackAllocator >::Advance ( )
inline

Iterates to the next element.

◆ GetCurrentElement()

template<typename ElementType , typename OctreeSemantics >
template<typename StackAllocator = DefaultStackAllocator>
const ElementType & TOctree_DEPRECATED< ElementType, OctreeSemantics >::TConstElementBoxIterator< StackAllocator >::GetCurrentElement ( ) const
inline

◆ HasPendingElements()

template<typename ElementType , typename OctreeSemantics >
template<typename StackAllocator = DefaultStackAllocator>
bool TOctree_DEPRECATED< ElementType, OctreeSemantics >::TConstElementBoxIterator< StackAllocator >::HasPendingElements ( ) const
inline

Checks if there are any elements left to iterate over.


The documentation for this class was generated from the following file: