IPinnedCommandList::BindCommandList

Bind a command list to this widget.

Windows
MacOS
Linux

References

Module

PinnedCommandList

Header

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

Include

#include "IPinnedCommandList.h"

Syntax

void BindCommandList
(
    const TSharedRef< const FUICommandList > & InUICommandList
)

Remarks

Bind a command list to this widget. To persist the UI between sessions, register your command lists when this widget is constructed.

Parameters

Parameter

Description

InUICommandList

The command list to bind

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