Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TOctree2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & GetElementById
(
FOctreeElementId2 ElementId |
Accesses an octree element by ID. | Math/GenericOctree.h | |
const ElementType & GetElementById
(
FOctreeElementId2 ElementId |
Accesses an octree element by ID. | Math/GenericOctree.h |
GetElementById(FOctreeElementId2)
Description
Accesses an octree element by ID.
| Name | GetElementById |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include Path | #include "Math/GenericOctree.h" |
ElementType & GetElementById
(
FOctreeElementId2 ElementId
)
GetElementById(FOctreeElementId2)
Description
Accesses an octree element by ID.
| Name | GetElementById |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include Path | #include "Math/GenericOctree.h" |
const ElementType & GetElementById
(
FOctreeElementId2 ElementId
) const