Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FMultiBoxBuilder
Description
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.
| Name | PushCommandList |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h |
| Include Path | #include "Framework/MultiBox/MultiBoxBuilder.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxBuilder.cpp |
void PushCommandList
(
const TSharedRef < const FUICommandList > CommandList
)
Parameters
| Name | Remarks |
|---|---|
| CommandList | The new command list to use |