Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshOctree3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void NotifyPendingModification
(
int TriangleID |
Include the current bounds of a triangle in the ModifiedBounds box | DynamicMesh/DynamicMeshOctree3.h | |
void NotifyPendingModification
(
const EnumerableType& Triangles |
Include the current bounds of a set of triangles in the ModifiedBounds box | DynamicMesh/DynamicMeshOctree3.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/DynamicMeshOctree3.h |
| Include Path | #include "DynamicMesh/DynamicMeshOctree3.h" |
void NotifyPendingModification
(
int TriangleID
)
NotifyPendingModification(const EnumerableType &)
Description
Include the current bounds of a set of triangles in the ModifiedBounds box
| Name | NotifyPendingModification |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshOctree3.h |
| Include Path | #include "DynamicMesh/DynamicMeshOctree3.h" |
template<typename EnumerableType>
void NotifyPendingModification
(
const EnumerableType & Triangles
)