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 |
- EditAnywhere
- BlueprintReadWrite
- Category=Modifiers
|
| bCtrlDown |
bool |
|
ScriptableInteractiveTool.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Modifiers
|
| bShiftDown |
bool |
|
ScriptableInteractiveTool.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Modifiers
|