TConstElementBoxIterator

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

Windows
MacOS
Linux

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

Name Description

Public function

TConstElementBoxIterator

(
    const TOctree& Tree,
    const FBoxCenterAndExtent& InBound...
)

Initialization constructor.

Functions

Name Description

Public function

void

 

Advance()

Iterates to the next element.

Public function Const

const Elemen...

 

GetCurrentElement()

Accessors.

Public function Const

bool

 

HasPendingElements()

Checks if there are any elements left to iterate over.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss