UUnrealEdOptions::GetExecCommand

Attempts to locate a exec command bound to a hotkey.

Windows
MacOS
Linux

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

Syntax

FString GetExecCommand
(
    FKey Key,
    bool bAltDown,
    bool bCtrlDown,
    bool bShiftDown,
    FName EditorSet
)

Remarks

Attempts to locate a exec command bound to a hotkey.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss