FMultiBlock::MakeWidget

Creates a MultiBlock widget for this MultiBlock

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

TSharedRef< class IMultiBlockBaseWidget > MakeWidget
(
    TSharedRef< class SMultiBoxWidget > InOwnerMultiBoxWidget,
    EMultiBlockLocation::Type InLocation,
    bool bSectionContainsIcons
) const

Remarks

Creates a MultiBlock widget for this MultiBlock

Returns

MultiBlock widget object

Parameters

Parameter

Description

InOwnerMultiBoxWidget

The widget that will own the new MultiBlock widget

InLocation

The location information for the MultiBlock widget

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