FBrushBuilderDragDropOp

Windows
MacOS
Linux

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

Name Description

Public function

~FBrushBuilderDragDropOp()

Functions

Name Description

Public function Const

TWeakObjectP...

 

GetBrushBuilder()

Public function Static

const FStrin...

 

GetTypeId()

Public function Static

TSharedRef< ...

 

New

(
    TWeakObjectPtr< UBrushBuilder > InB...,
    const FSlateBrush* InIconBrush,
    bool bInIsAddtive
)

Public function Virtual

void

 

OnDragged

(
    const FDragDropEvent& DragDropEven...
)

Overridden from FDragDropOperation

Name Description

Public function Virtual Const

TSharedPtr< ...

 

GetDefaultDecorator()

Gets the widget that will serve as the decorator unless overridden.

Public function Virtual Const

bool

 

IsOfTypeImpl

(
    const FString& Type
)

Checks whether this drag and drop operation can cast safely to the specified type.

Public function Virtual

void

 

OnDrop

(
    bool bDropWasHandled,
    const FPointerEvent& MouseEvent
)

Invoked when the drag and drop operation has ended.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss