IPinnedCommandList::BindCommandList

Bind a pinnable 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< FUICommandList_Pinnable > & InUICommandList
)

Remarks

Bind a pinnable command list to this widget. As well as calling BindCommandList(), this also sets up delegates to forward commands and widget interactions to this command list.

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