Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SMultiBoxWidget
Description
Updates the preview block being dragged. The drag area is where the users dragged block will be dropped
| Name | UpdateDropAreaPreviewBlock |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBox.h |
| Include Path | #include "Framework/MultiBox/MultiBox.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBox.cpp |
void UpdateDropAreaPreviewBlock
(
TSharedRef < const FMultiBlock > MultiBlock,
TSharedPtr < FUICommandDragDropOp > DragDropContent,
const FGeometry & DragArea,
const FVector2D & DragPos
)