FUICommandList::TryExecuteAction

Attempts to execute the action associated with the provided command info Note: This will check if the action can be executed before finally executing the action

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 TryExecuteAction
(
    const TSharedRef< const FUICommandInfo > InUICommandInfo
) const

Remarks

Attempts to execute the action associated with the provided command info Note: This will check if the action can be executed before finally executing the action

Parameters

Parameter

Description

InUICommandInfo

The command info execute

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