Navigation
API > API/Runtime > API/Runtime/Slate
MultiBlock Slate widget interface
| Name | IMultiBlockBaseWidget |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h |
| Include Path | #include "Framework/MultiBox/MultiBox.h" |
Syntax
class IMultiBlockBaseWidget
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< SWidget > AsWidget () |
Interprets this object as a SWidget | Framework/MultiBox/MultiBox.h | |
TSharedRef< const SWidget > AsWidget () |
Interprets this object as a SWidget | Framework/MultiBox/MultiBox.h | |
void BuildMultiBlockWidget
(
const ISlateStyle* StyleSet, |
Builds this MultiBlock widget up from the MultiBlock associated with it | Framework/MultiBox/MultiBox.h | |
| Returns this MultiBlocks location | Framework/MultiBox/MultiBox.h | ||
| Returns this MultiBlocks location | Framework/MultiBox/MultiBox.h | ||
bool IsInEditMode() |
Returns true if editing this widget | Framework/MultiBox/MultiBox.h | |
void SetMultiBlock
(
TSharedRef< const FMultiBlock > InMultiBlock |
Associates this widget with a MultiBlock | Framework/MultiBox/MultiBox.h | |
void SetMultiBlockLocation
(
EMultiBlockLocation::Type InLocation, |
Sets the blocks location relative to the other blocks | Framework/MultiBox/MultiBox.h | |
void SetOptionsBlockWidget
(
TSharedPtr< SWidget > InOptionsBlockWidget |
Adds a dropdown widget for options associated with this widget. The usage of this is block specific | Framework/MultiBox/MultiBox.h | |
void SetOwnerMultiBoxWidget
(
TSharedRef< SMultiBoxWidget > InOwnerMultiBoxWidget |
Associates the owner MultiBox widget with this widget | Framework/MultiBox/MultiBox.h |