Navigation
API > API/Runtime > API/Runtime/GeometryFramework > API/Runtime/GeometryFramework/Components > API/Runtime/GeometryFramework/Components/UDynamicMeshComponent
| Type | Name | Description | |
|---|---|---|---|
| void | FastNotifyVertexAttributesUpdated
(
EMeshRenderAttributeFlags UpdatedAttributes |
Call this instead of NotifyMeshUpdated() if you have only updated the vertex positions/attributes This function will update the existing RenderProxy buffers if possible, rather than create new ones. | |
| void | FastNotifyVertexAttributesUpdated
(
bool bNormals, |
Call this instead of NotifyMeshUpdated() if you have only updated the vertex attributes (but not positions). |