Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Preferences
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Preferences/UnrealEdKeyBindings.h |
| Include | #include "Preferences/UnrealEdKeyBindings.h" |
Syntax
struct FEditorKeyBinding
Remarks
This class handles hotkey binding management for the editor.An editor hotkey binding to a parameterless exec.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bAltDown | ||
| uint32: 1 | bCtrlDown | ||
| uint32: 1 | bShiftDown | ||
| FName | CommandName | ||
| FKey | Key |
Constructors
| Type | Name | Description | |
|---|---|---|---|