Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/UScriptableInteractiveTool
| Name | EAnyPropertyWatchTypes |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include Path | #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 | Remarks |
|---|---|
| Integer | |
| Bool | |
| Double | |
| Enum | |
| String | |
| FName | |
| Object | |
| Struct | |
| Array | |
| Unknown |