Navigation
API > API/Editor > API/Editor/PinnedCommandList > API/Editor/PinnedCommandList/IPinnedCommandList > API/Editor/PinnedCommandList/IPinnedCommandList/BindCommandList
References
| Module | PinnedCommandList |
| Header | /Engine/Source/Editor/PinnedCommandList/Public/IPinnedCommandList.h |
| Include | #include "IPinnedCommandList.h" |
void BindCommandList
(
const TSharedRef < const FUICommandList > & InUICommandList
)
Remarks
Bind a command list to this widget. To persist the UI between sessions, register your command lists when this widget is constructed.
Parameters
| Name | Description |
|---|---|
| InUICommandList | The command list to bind |