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 RemoveCommand
(
const TSharedRef < const FUICommandInfo > & InUICommandInfo
)
Remarks
Remove a command from the pinned list.
Parameters
| Name | Description |
|---|---|
| InUICommandInfo | The command to remove |