FMultiBox::MakeMultiBlockFromCommand

Creates a block from the provided command that is compatible with this box

Windows
MacOS
Linux

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

Syntax

TSharedPtr< FMultiBlock > MakeMultiBlockFromCommand
(
    TSharedPtr< const FUICommandInfo > Command,
    bool bCommandMustBeBound
) const

Remarks

Creates a block from the provided command that is compatible with this box

Returns

The created multi block. If null, this command could not be placed in this block

Parameters

Parameter

Description

Command

The UI command to create the block from

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