FUICommandList::GetActionForCommand

Attempts to find an action for the specified command in the current UICommandList.

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

const FUIAction * GetActionForCommand
(
    TSharedPtr< const FUICommandInfo > Command
) const

Remarks

Attempts to find an action for the specified command in the current UICommandList. This is a wrapper for GetActionForCommandRecursively.

Parameters

Parameter

Description

Command

The UI command for which you are discovering an action

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