FEditorPromotionTestUtilities::SetEditorKeybinding

Sets an editor keyboard shortcut

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Tests/AutomationEditorPromotionCommon.h

Include

#include "Tests/AutomationEditorPromotionCommon.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Tests/AutomationEditorPromotionCommon.cpp

Syntax

static bool SetEditorKeybinding
(
    const FString & CommandContext,
    const FString & Command,
    const FInputChord & NewChord,
    const FInputChord & NewAlternateChord
)

Remarks

Sets an editor keyboard shortcut

Parameters

Parameter

Description

CommandContext

The context of the command

Command

The command name to set

NewChord

The new input chord to assign

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