IPinnedCommandList::SetStyle

Set a menu style to use when building command widgets.

Windows
MacOS
Linux

References

Module

PinnedCommandList

Header

/Engine/Source/Editor/PinnedCommandList/Public/IPinnedCommandList.h

Include

#include "IPinnedCommandList.h"

Syntax

void SetStyle
(
    const ISlateStyle * InStyleSet,
    const FName & InStyleName
)

Remarks

Set a menu style to use when building command widgets.

Parameters

Parameter

Description

InStyleSet

The style set to use, e.g. &FEditorStyle::Get()

InStyleName

The name of the menu button style to use, e.g. "Menu"

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss