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 AddCustomWidget
(
FName InCustomWidgetIdentifier
)
Remarks
Add a previously registered custom widget to the pinned list.
Parameters
| Name | Description |
|---|---|
| InCustomWidgetIdentifier | Unique identifier used to persist the widget. |