FMultiBoxBuilder::PushCommandList

Pushes a new command list onto the stack.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h

Include

#include "Framework/MultiBox/MultiBoxBuilder.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxBuilder.cpp

Syntax

void PushCommandList
(
    const TSharedRef< const FUICommandList > CommandList
)

Remarks

Pushes a new command list onto the stack. This command list will be used for all subsequently-added multiblocks, until the command-list is popped.

Parameters

Parameter

Description

CommandList

The new command list to use

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