Navigation
BlueprintAPI > BlueprintAPI/ScriptableTool > BlueprintAPI/ScriptableTool/PropertySets
Watch a String-valued Property for changes
Target is Scriptable Interactive Tool
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | Property Set | the Property Set which contains the desired Property to watch. |
| string | Property Name | the string name of the Property in the given Property Set |
| delegate | On Modified | this delegate will be called if the Property value changes. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Property Set |