FUICommandList::ExecuteAction

Executes the action associated with the provided command info Note: It is assumed at this point that CanExecuteAction was already checked

Windows
MacOS
Linux

Override Hierarchy

FUICommandList::ExecuteAction()

FUICommandList_Pinnable::ExecuteAction()

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

virtual bool ExecuteAction
(
    const TSharedRef< const FUICommandInfo > InUICommandInfo
) const

Remarks

Executes the action associated with the provided command info Note: It is assumed at this point that CanExecuteAction was already checked

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