Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TDynamicVerticesOctree3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InsertVertices
(
const TArray< int >& Vertices |
Insert a list of vertices into the tree | DynamicMesh/DynamicVerticesOctree3.h | |
void InsertVertices
(
const TSet< int >& Vertices |
Insert a set of vertices into the tree | DynamicMesh/DynamicVerticesOctree3.h |
InsertVertices(const TArray< int > &)
Description
Insert a list of vertices into the tree
| Name | InsertVertices |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicVerticesOctree3.h |
| Include Path | #include "DynamicMesh/DynamicVerticesOctree3.h" |
void InsertVertices
(
const TArray < int > & Vertices
)
InsertVertices(const TSet< int > &)
Description
Insert a set of vertices into the tree
| Name | InsertVertices |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicVerticesOctree3.h |
| Include Path | #include "DynamicMesh/DynamicVerticesOctree3.h" |
void InsertVertices
(
const TSet< int > & Vertices
)