UDynamicMeshReplacementChangeTarget::ReplaceMesh

Update the mesh and return a corresponding [FChange](API\Runtime\Core\Misc\FChange) Does not emit the change.

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/Changes/DynamicMeshChangeTarget.h

Include

#include "Changes/DynamicMeshChangeTarget.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/Changes/DynamicMeshChangeTarget.cpp

Syntax

TUniquePtr< FMeshReplacementChange > ReplaceMesh
(
    const TSharedPtr< const FDynamicMesh3 > & UpdateMesh
)

Remarks

Update the mesh and return a corresponding FChange Does not emit the change. Does not fire OnMeshChanged.

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