Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework
| Name | FScriptableToolModifierStates |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include Path | #include "ScriptableInteractiveTool.h" |
Syntax
USTRUCT (BlueprintType )
struct FScriptableToolModifierStates
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAltDown | bool | ScriptableInteractiveTool.h |
|
|
| bCtrlDown | bool | ScriptableInteractiveTool.h |
|
|
| bShiftDown | bool | ScriptableInteractiveTool.h |
|