FGameDragDropOperation

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h

Include

#include "Input/DragAndDrop.h"

Syntax

class FGameDragDropOperation : public FDragDropOperation

Variables

Name Description

Protected variable

FVector2D

 

DecoratorPosition

The absolute position of the decorator.

Constructors

Name Description

Public function

FGameDragDropOperation()

Default constructor.

Functions

Name Description

Public function Static

const FStrin...

 

GetTypeId()

Overridden from FDragDropOperation

Name Description

Public function Virtual Const

FVector2D

 

GetDecoratorPosition()

Gets the desired position of the decorator in absolute space.

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