Navigation
API > API/Runtime > API/Runtime/GeometryFramework > API/Runtime/GeometryFramework/UDynamicMeshComponent
Description
Call this instead of NotifyMeshUpdated() if you have only updated the vertex positions (and possibly some attributes). This function will update the existing RenderProxy buffers if possible
| Name | FastNotifyPositionsUpdated |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryFramework/Public/Components/DynamicMeshComponent.h |
| Include Path | #include "Components/DynamicMeshComponent.h" |
| Source | /Engine/Source/Runtime/GeometryFramework/Private/Components/DynamicMeshComponent.cpp |
void FastNotifyPositionsUpdated
(
bool bNormals,
bool bColors,
bool bUVs
)