UInteractiveToolPropertySet::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

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InteractiveTool.h

Include

#include "InteractiveTool.h"

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