![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MultiBox.h>
Inheritance diagram for IMultiBlockBaseWidget:Public Member Functions | |
| virtual TSharedRef< SWidget > | AsWidget ()=0 |
| virtual TSharedRef< const SWidget > | AsWidget () const =0 |
| virtual void | SetOwnerMultiBoxWidget (TSharedRef< SMultiBoxWidget > InOwnerMultiBoxWidget)=0 |
| virtual void | SetMultiBlock (TSharedRef< const FMultiBlock > InMultiBlock)=0 |
| virtual void | SetOptionsBlockWidget (TSharedPtr< SWidget > InOptionsBlockWidget)=0 |
| virtual void | BuildMultiBlockWidget (const ISlateStyle *StyleSet, const FName &StyleName)=0 |
| virtual void | SetMultiBlockLocation (EMultiBlockLocation::Type InLocation, bool bSectionContainsIcons)=0 |
| virtual EMultiBlockLocation::Type | GetMultiBlockLocation ()=0 |
| virtual EMultiBlockLocation::Type | GetMultiBlockLocation () const =0 |
| virtual bool | IsInEditMode () const =0 |
MultiBlock Slate widget interface
|
pure virtual |
|
pure virtual |
|
pure virtual |
Builds this MultiBlock widget up from the MultiBlock associated with it
| StyleSet | The Slate style to use to build the widget |
| StyleName | The style name to use from the StyleSet |
Implemented in SCustomToolbarPreviewWidget, SButtonRowBlock, SEditableTextBlock, SGroupMarkerBlock, SHeadingBlock, SMenuEntryBlock, SMenuSeparatorBlock, SMenuSpacerBlock, SToolBarSeparatorBlock, SWidgetBlock, SToolBarButtonBlock, SToolBarComboButtonBlock, and SToolBarStackButtonBlock.
|
pure virtual |
Returns this MultiBlocks location
Implemented in SMultiBlockBaseWidget.
|
pure virtual |
Returns this MultiBlocks location
Implemented in SMultiBlockBaseWidget.
Returns true if editing this widget
Implemented in SMultiBlockBaseWidget.
|
pure virtual |
Associates this widget with a MultiBlock
| InMultiBlock | The MultiBlock we'll be associated with |
Implemented in SMultiBlockBaseWidget.
|
pure virtual |
Sets the blocks location relative to the other blocks
| InLocation | The MultiBlocks location |
| bSectionContainsIcons | Does the section contain icons? |
Implemented in SMultiBlockBaseWidget.
|
pure virtual |
Adds a dropdown widget for options associated with this widget. The usage of this is block specific
| InOptionsBlockWidget | The options block to associate with this widget |
Implemented in SMultiBlockBaseWidget.
|
pure virtual |
Associates the owner MultiBox widget with this widget
| InOwnerMultiBoxWidget | The MultiBox widget that owns us |
Implemented in SMultiBlockBaseWidget.