FUICommandList::ConditionalProcessCommandBindings

Helper function to execute delegate or exec command associated with a command (if valid)

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 ConditionalProcessCommandBindings
(
    const FKey Key,
    bool bCtrl,
    bool bAlt,
    bool bShift,
    bool bCmd,
    bool bRepeat
) const

Remarks

Helper function to execute delegate or exec command associated with a command (if valid)

Returns

True if a command was executed, False otherwise

Parameters

Parameter

Description

Key

The current key that is pressed

bCtrl

True if control is pressed

bAlt

True if alt is pressed

bShift

True if shift is pressed

bRepeat

True if command 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