FUICommandList::ProcessCommandBindings

Processes any UI commands which are activated by the specified key, modifier keys state and input event

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/Commands/UICommandList.h"

Source

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

Syntax

bool ProcessCommandBindings
(
    const FKey Key,
    const FModifierKeysState & ModifierKeysState,
    const bool bRepeat
) const

Remarks

Processes any UI commands which are activated by the specified key, modifier keys state and input event

Returns

true if an action was processed

Parameters

Parameter

Description

Key

The current key that is pressed

ModifierKeysState

Pressed state of keys that are commonly used as modifiers

bRepeat

True if input is repeating (held)

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