Navigation
API > API/Runtime > API/Runtime/SlateCore
| |
|
| Name |
FDragAndDropVerticalBoxOp |
| Type |
class |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
| Include Path |
#include "Widgets/SBoxPanel.h" |
Syntax
class FDragAndDropVerticalBoxOp : public FDragDropOperation
Inheritance Hierarchy
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual ~FDragAndDropVerticalBoxOp()
|
|
Widgets/SBoxPanel.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| SlotBeingDragged |
SVerticalBox::FSlot * |
|
Widgets/SBoxPanel.h |
|
| SlotIndexBeingDragged |
int32 |
Data this item represent |
Widgets/SBoxPanel.h |
|
Functions
Public
Overridden from FDragDropOperation
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual bool IsOfTypeImpl
(
const FString& Type
) const
|
Checks whether this drag and drop operation can cast safely to the specified type. |
Widgets/SBoxPanel.h |
|
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static const FString & GetTypeId()
|
|
Widgets/SBoxPanel.h |
|