Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FUICommandList
Description
Attempts to find an action for the specified command in the current UICommandList. This is a wrapper for GetActionForCommandRecursively.
| Name | GetActionForCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandList.h |
| Include Path | #include "Framework/Commands/UICommandList.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandList.cpp |
const FUIAction * GetActionForCommand
(
TSharedPtr < const FUICommandInfo > Command
) const
Parameters
| Name | Remarks |
|---|---|
| Command | The UI command for which you are discovering an action |