Navigation
API > API/Editor > API/Editor/PinnedCommandList > API/Editor/PinnedCommandList/FUICommandList_Pinnable
- FUICommandList::MapAction()
- FUICommandList_Pinnable::MapAction()
References
| Module | PinnedCommandList |
| Header | /Engine/Source/Editor/PinnedCommandList/Public/UICommandList_Pinnable.h |
| Include | #include "UICommandList_Pinnable.h" |
| Source | /Engine/Source/Editor/PinnedCommandList/Private/UICommandList_Pinnable.cpp |
virtual void MapAction
&40;
const TSharedPtr< const FUICommandInfo > InUICommandInfo,
const FUIAction & InUIAction
&41;
Remarks
Maps a command info to a series of delegates that are executed by a multibox or mouse/keyboard input
Parameters
| Name | Description |
|---|---|
| InUICommandInfo | The command info to map |
| InUIAction | Action to map to this command |