TOctree2::FindAllElements

This function will call the passed in function for all elements in the Octree in node by node in no specified order.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/GenericOctree.h

Include

#include "Math/GenericOctree.h"

Syntax

template<typename IterateAllElementsFunc>
void FindAllElements
(
    const IterateAllElementsFunc & Func
) const

Remarks

This function will call the passed in function for all elements in the Octree in node by node in no specified order.

Parameters

Parameter

Description

Func

Function to call with each Element.

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