FMultiBlock::FMultiBlock

Constructor

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/MultiBox/MultiBox.h"

Syntax

FMultiBlock
(
    const TSharedPtr< const FUICommandInfo > InCommand,
    TSharedPtr< const FUICommandList > InCommandList,
    FName InExtensionHook,
    EMultiBlockType InType,
    bool bInIsPartOfHeading
)

Remarks

Constructor

Parameters

Parameter

Description

InCommand

The command info that describes what action to take when this block is activated

InCommandList

The list of mappings from command info to delegates so we can find the delegates to process for the provided action

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