FInputBindingManager::GetCommandInfoFromInputChord

Returns a command info that is has the same active chord as the provided chord and is in the same binding context or parent context

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputBindingManager.h

Include

#include "Framework/Commands/InputBindingManager.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Commands/InputBindingManager.cpp

Syntax

const TSharedPtr< FUICommandInfo > GetCommandInfoFromInputChord
(
    const FName InBindingContext,
    const FInputChord & InChord,
    bool bCheckDefault
) const

Remarks

Returns a command info that is has the same active chord as the provided chord and is in the same binding context or parent context

Returns

A pointer to the command info which has the InChord as its active chord or null if one cannot be found

Parameters

Parameter

Description

InBindingContext

The context in which the command is valid

InChord

The chord to match against commands

bCheckDefault

Whether or not to check the default chord. Will check the active chord if false

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