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