Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Preferences > API/Editor/UnrealEd/Preferences/UUnrealEdOptions
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Preferences/UnrealEdOptions.h |
| Include | #include "Preferences/UnrealEdOptions.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/UnrealEdEngine.cpp |
FString GetExecCommand
&40;
FKey Key,
bool bAltDown,
bool bCtrlDown,
bool bShiftDown,
FName EditorSet
&41;
Remarks
Attempts to locate a exec command bound to a hotkey.
Parameters
| Name | Description |
|---|---|
| Key | Key name |
| bAltDown | Whether or not ALT is pressed. |
| bCtrlDown | Whether or not CONTROL is pressed. |
| bShiftDown | Whether or not SHIFT is pressed. |
| EditorSet | Set of bindings to search in. |