UDeformMeshPolygonsTransformProperties::PostEditChangeProperty

Posts a message to the OnModified delegate with the modified [FProperty](API\Runtime\CoreUObject\UObject\FProperty)

Windows
MacOS
Linux

Warnings

  • this function is currently only called in Editor (not at runtime)

Override Hierarchy

UObject::PostEditChangeProperty()

UInteractiveToolPropertySet::PostEditChangeProperty()

UDeformMeshPolygonsTransformProperties::PostEditChangeProperty()

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/DeformMeshPolygonsTool.h

Include

#include "DeformMeshPolygonsTool.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Private/DeformMeshPolygonsTool.cpp

Syntax

virtual void PostEditChangeProperty
(
    FPropertyChangedEvent & PropertyChangedEvent
)

Remarks

Posts a message to the OnModified delegate with the modified FProperty

this function is currently only called in Editor (not at runtime)

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