Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/FMultiBox
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h |
| Include | #include "Framework/MultiBox/MultiBox.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBox.cpp |
TSharedPtr< FMultiBlock > MakeMultiBlockFromCommand
&40;
TSharedPtr< const FUICommandInfo > Command,
bool bCommandMustBeBound
&41; const
Remarks
Creates a block from the provided command that is compatible with this box The created multi block. If null, this command could not be placed in this block
Parameters
| Name | Description |
|---|---|
| Command | The UI command to create the block from |