Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SMultiBoxWidget
A preview of a block being dragged
| Name | FDraggedMultiBlockPreview |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h |
| Include Path | #include "Framework/MultiBox/MultiBox.h" |
Syntax
struct FDraggedMultiBlockPreview
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDraggedMultiBlockPreview() |
Framework/MultiBox/MultiBox.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlockName | FName | Name of entry being dragged | Framework/MultiBox/MultiBox.h | |
| BlockType | EMultiBlockType | Type of entry being dragged | Framework/MultiBox/MultiBox.h | |
| InsertIndex | int32 | Index into the block list where the block will be added | Framework/MultiBox/MultiBox.h | |
| InsertOrientation | EOrientation | Vertical for menus and vertical toolbars, horizontally otherwise. | Framework/MultiBox/MultiBox.h | |
| PreviewBlock | TSharedPtr< class FDropPreviewBlock > | Preview block for the command | Framework/MultiBox/MultiBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsSameBlockAs
(
const FName InName, |
Framework/MultiBox/MultiBox.h | ||
bool IsValid() |
Framework/MultiBox/MultiBox.h | ||
void Reset() |
Framework/MultiBox/MultiBox.h |