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 < FUICommandList_Pinnable > & InUICommandList
)
Remarks
Bind a pinnable command list to this widget. As well as calling BindCommandList(), this also sets up delegates to forward commands and widget interactions to this command list.
Parameters
| Name | Description |
|---|---|
| InUICommandList | The command list to bind |