FClassDragDropOp

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/DragAndDrop/ClassDragDropOp.h

Include

#include "DragAndDrop/ClassDragDropOp.h"

Syntax

class FClassDragDropOp : public FDragDropOperation

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

Variables

Name Description

Public variable

TArray< TWeakOb...

 

ClassesToDrop

The classes to be dropped.

Protected variable

FText

 

HintText

Adding hint text to all drag drop operations that drop locations could set, and the decorator could report.

Functions

Name Description

Public function Static

const FStrin...

 

GetTypeId()

Public function Static

TSharedRef< ...

 

New

(
    TWeakObjectPtr< UClass > ClassToDro...
)

Overridden from FDragDropOperation

Name Description

Public function Virtual Const

TSharedPtr< ...

 

GetDefaultDecorator()

The widget decorator to use

Public function Virtual Const

bool

 

IsOfTypeImpl

(
    const FString& Type
)

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

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