Navigation
API > API/Editor > API/Editor/PinnedCommandList > API/Editor/PinnedCommandList/IPinnedCommandList
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BindCommandList
(
const TSharedRef< const FUICommandList >& InUICommandList |
Bind a command list to this widget. | IPinnedCommandList.h | |
void BindCommandList
(
const TSharedRef< FUICommandList_Pinnable >& InUICommandList |
Bind a pinnable command list to this widget. | IPinnedCommandList.h |
BindCommandList(const TSharedRef< const FUICommandList > &)
Description
Bind a command list to this widget. To persist the UI between sessions, register your command lists when this widget is constructed.
| Name | BindCommandList |
| Type | function |
| Header File | /Engine/Source/Editor/PinnedCommandList/Public/IPinnedCommandList.h |
| Include Path | #include "IPinnedCommandList.h" |
void BindCommandList
(
const TSharedRef< const FUICommandList > & InUICommandList
)
Parameters
| Name | Remarks |
|---|---|
| InUICommandList | The command list to bind |
BindCommandList(const TSharedRef< FUICommandList_Pinnable > &)
Description
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.
| Name | BindCommandList |
| Type | function |
| Header File | /Engine/Source/Editor/PinnedCommandList/Public/IPinnedCommandList.h |
| Include Path | #include "IPinnedCommandList.h" |
void BindCommandList
(
const TSharedRef< FUICommandList_Pinnable > & InUICommandList
)
Parameters
| Name | Remarks |
|---|---|
| InUICommandList | The command list to bind |