Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetInputLibrary.h |
| Include | #include "Kismet/KismetInputLibrary.h" |
Syntax
struct FSlateModifierKeysState
Remarks
A structure which captures the application's modifier key states (shift, alt, ctrl, etc.)
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 | ModifierKeysStateMask |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSlateModifierKeysState
(
const FModifierKeysState& InModifierKeysState |