TOctree::AddElement

Adds an element to the octree.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/GenericOctree.h"

Source

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

Syntax

void AddElement
(
    typename TTypeTraits< ElementType >::ConstInitType Element
)

Remarks

Adds an element to the octree.

Returns

An identifier for the element in the octree.

Parameters

Parameter

Description

Element

The element to add.

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