Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/UScriptableInteractiveTool > API/Plugins/ScriptableToolsFramework/UScriptableInteractiveTool/UPARAM
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include | #include "ScriptableInteractiveTool.h" |
UFUNCTION (BlueprintCallable, Category="ScriptableTool|PropertySets")
UPARAM
(
DisplayName
)
Remarks
Watch an (F)Name-valued Property for changes
Parameters
| Name | Description |
|---|---|
| PropertySet | the Property Set which contains the desired Property to watch. |
| PropertyName | the string name of the Property in the given Property Set |
| OnModified | this delegate will be called if the Property value changes. |