Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TOctree_DEPRECATED
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
Include | #include "Math/GenericOctree.h" |
void AddElement
&40;
typename TTypeTraits< ElementType >::ConstInitType Element
&41;
Remarks
Adds an element to the octree. An identifier for the element in the octree.
Parameters
Name | Description |
---|---|
Element | The element to add. |