Navigation
API > API/Editor > API/Editor/PinnedCommandList > API/Editor/PinnedCommandList/IPinnedCommandList
Description
Add a previously registered custom widget to the pinned list.
| Name | AddCustomWidget |
| Type | function |
| Header File | /Engine/Source/Editor/PinnedCommandList/Public/IPinnedCommandList.h |
| Include Path | #include "IPinnedCommandList.h" |
void AddCustomWidget
(
FName InCustomWidgetIdentifier
)
Parameters
| Name | Remarks |
|---|---|
| InCustomWidgetIdentifier | Unique identifier used to persist the widget. |
See Also
- RegisterCustomWidget.