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 SetStyle
(
const ISlateStyle * InStyleSet,
const FName & InStyleName
)
Remarks
Set a menu style to use when building command widgets.
Parameters
| Name | Description |
|---|---|
| InStyleSet | The style set to use, e.g. &FAppStyle::Get() |
| InStyleName | The name of the menu button style to use, e.g. "Menu" |