FUMGDragDropOp::New

Choose your operating system:

Windows

macOS

Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Slate/UMGDragDropOp.h

Include

#include "Slate/UMGDragDropOp.h"

Source

/Engine/Source/Runtime/UMG/Private/Slate/UMGDragDropOp.cpp

Syntax

static TSharedRef< FUMGDragDropOp > New
(
    UDragDropOperation * Operation,
    const int32 PointerIndex,
    const FVector2D & CursorPosition,
    const FVector2D & ScreenPositionOfNode,
    float DPIScale,
    TSharedPtr< SObjectWidget > SourceUserWidget
)