FInputBindingManager::GetCommandInfosFromContext

Returns all known command infos for a given binding 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

void GetCommandInfosFromContext
(
    const FName InBindingContext,
    TArray< TSharedPtr< FUICommandInfo > > & OutCommandInfos
) const

Remarks

Returns all known command infos for a given binding context

Parameters

Parameter

Description

InBindingContext

The binding context to get command infos from

OutCommandInfos

The list of command infos for the binding context

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