USimpleDynamicMeshComponent::FastNotifyTriangleVerticesUpdated

This function updates vertex positions/attributes of existing SceneProxy render buffers if possible, for the given triangles.

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 FastNotifyTriangleVerticesUpdated
(
    const TArray< int32 > & Triangles,
    EMeshRenderAttributeFlags UpdatedAttributes
)

Remarks

This function updates vertex positions/attributes of existing SceneProxy render buffers if possible, for the given triangles. If a FMeshRenderDecomposition has not been explicitly set, call is forwarded to FastNotifyVertexAttributesUpdated()

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