Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TDynamicVerticesOctree3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void NotifyPendingModification
(
int VertexID |
Include the current bounds of a triangle in the ModifiedBounds box | DynamicMesh/DynamicVerticesOctree3.h | |
void NotifyPendingModification
(
const TSet< int >& Vertices |
Include the current bounds of a set of vertices in the ModifiedBounds box | DynamicMesh/DynamicVerticesOctree3.h |
NotifyPendingModification(int)
Description
Include the current bounds of a triangle in the ModifiedBounds box
| Name | NotifyPendingModification |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicVerticesOctree3.h |
| Include Path | #include "DynamicMesh/DynamicVerticesOctree3.h" |
void NotifyPendingModification
(
int VertexID
)
NotifyPendingModification(const TSet< int > &)
Description
Include the current bounds of a set of vertices in the ModifiedBounds box
| Name | NotifyPendingModification |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicVerticesOctree3.h |
| Include Path | #include "DynamicMesh/DynamicVerticesOctree3.h" |
void NotifyPendingModification
(
const TSet< int > & Vertices
)