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