Navigation
API > API/Editor > API/Editor/PinnedCommandList > API/Editor/PinnedCommandList/IPinnedCommandList
References
| Module | PinnedCommandList |
| Header | /Engine/Source/Editor/PinnedCommandList/Public/IPinnedCommandList.h |
| Include | #include "IPinnedCommandList.h" |
void AddCommand
&40;
const TSharedRef< const FUICommandInfo > & InUICommandInfo,
const TSharedRef< const FUICommandList > & InUICommandList
&41;
Remarks
Add a command to the pinned list.
Parameters
| Name | Description |
|---|---|
| InUICommandInfo | The command to add |
| InUICommandList | The command list that handles the command |