IPinnedCommandList::AddCommand

Add a command to the pinned list.

Windows
MacOS
Linux

References

Module

PinnedCommandList

Header

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

Include

#include "IPinnedCommandList.h"

Syntax

void AddCommand
(
    const TSharedRef< const FUICommandInfo > & InUICommandInfo,
    const TSharedRef< const FUICommandList > & InUICommandList
)

Remarks

Add a command to the pinned list.

Parameters

Parameter

Description

InUICommandInfo

The command to add

InUICommandList

The command list that handles the command

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