TOctree2::GetElementsForNode

Return all elements for a given node.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/GenericOctree.h"

Syntax

TArrayView< const ElementType > GetElementsForNode
(
    FNodeIndex NodeIndex
) const

Remarks

Return all elements for a given node.

Parameters

Parameter

Description

NodeIndex

The the index of the node can be obtained using FindNodesWithPredicate.

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