Navigation
API > API/Editor > API/Editor/PinnedCommandList > API/Editor/PinnedCommandList/IPinnedCommandListModule
References
| Module | PinnedCommandList |
| Header | /Engine/Source/Editor/PinnedCommandList/Public/IPinnedCommandListModule.h |
| Include | #include "IPinnedCommandListModule.h" |
TSharedRef < IPinnedCommandList > CreatePinnedCommandList
(
const FName & InContextName
)
Remarks
Create a pinned commands list widget a new pinned commands widget
Parameters
| Name | Description |
|---|---|
| InContextName | The context name used to persist the widget's settings |