Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Commands > API/Runtime/Slate/Framework/Commands/FUICommandList
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 |
bool TryExecuteAction
&40;
const TSharedRef< const FUICommandInfo > InUICommandInfo
&41; 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
| Name | Description |
|---|---|
| InUICommandInfo | The command info execute |