USimpleDynamicMeshComponent::FastNotifyVertexAttributesUpdated

Call this instead of [NotifyMeshUpdated()](API\Plugins\ModelingComponents\USimpleDynamicMeshComponent\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.

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/SimpleDynamicMeshComponent.h

Include

#include "SimpleDynamicMeshComponent.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/SimpleDynamicMeshComponent.cpp

Syntax

void FastNotifyVertexAttributesUpdated
(
    EMeshRenderAttributeFlags UpdatedAttributes
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss