Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolPropertySet
Warnings Please consider listening to OnModified instead of overriding this function this function is currently only called in Editor (not at runtime)
Description
Posts a message to the OnModified delegate with the modified FProperty
Please consider listening to OnModified instead of overriding this function
this function is currently only called in Editor (not at runtime)
Virtual Inheritance
- UObject::PostEditChangeProperty → UInteractiveToolPropertySet::PostEditChangeProperty
| Name | PostEditChangeProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include Path | #include "InteractiveTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveTool.cpp |
virtual void PostEditChangeProperty
(
FPropertyChangedEvent & PropertyChangedEvent
)