Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > DragAndDrop
Inheritance Hierarchy
- TSharedFromThis
- FDragDropOperation
- FBrushBuilderDragDropOp
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/DragAndDrop/BrushBuilderDragDropOp.h |
Include | #include "DragAndDrop/BrushBuilderDragDropOp.h" |
Syntax
class FBrushBuilderDragDropOp : public FDragDropOperation
Constructors
No constructors are accessible with public or protected access.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TWeakObjectPtr< UBrushBuilder > | ||
![]() ![]() |
const FString & | GetTypeId () |
|
![]() ![]() |
TSharedRef< FBrushBuilderDragDropOp > | New
(
TWeakObjectPtr< UBrushBuilder > InBrushBuilder, |
|
![]() ![]() |
void | OnDragged
(
const FDragDropEvent& DragDropEvent |
Overridden from FDragDropOperation
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
TSharedPtr< class SWidget > | Gets the widget that will serve as the decorator unless overridden. | |
![]() ![]() ![]() |
bool | IsOfTypeImpl
(
const FString& Type |
Checks whether this drag and drop operation can cast safely to the specified type. |
![]() ![]() |
void | OnDrop
(
bool bDropWasHandled, |
Invoked when the drag and drop operation has ended. |