Navigation
API > API/Runtime > API/Runtime/GeometryFramework > API/Runtime/GeometryFramework/Components > API/Runtime/GeometryFramework/Components/UDynamicMeshComponent
| Type | Name | Description | |
|---|---|---|---|
| void | FastNotifyTriangleVerticesUpdated
(
const TArray< int32 >& Triangles, |
This function updates vertex positions/attributes of existing SceneProxy render buffers if possible, for the given triangles. | |
| void | FastNotifyTriangleVerticesUpdated
(
const TSet< int32 >& Triangles, |
This function updates vertex positions/attributes of existing SceneProxy render buffers if possible, for the given triangles. |