Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/UScriptableInteractiveTool
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Experimental/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include | #include "ScriptableInteractiveTool.h" |
Syntax
enum EAnyPropertyWatchTypes
&123;
Integer = 0,
Bool = 1,
Double = 2,
Enum = 3,
String = 4,
FName = 5,
Object = 6,
Struct = 20,
Array = 30,
Unknown = 100,
&125;
Values
| Name | Description |
|---|---|
| Integer | |
| Bool | |
| Double | |
| Enum | |
| String | |
| FName | |
| Object | |
| Struct | |
| Array | |
| Unknown |