FAssetViewDragAndDropExtender

Contains the delegates used to handle a custom drag-and-drop in the asset view

Windows
MacOS
Linux

References

Module

ContentBrowser

Header

/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h

Include

#include "ContentBrowserDelegates.h"

Syntax

struct FAssetViewDragAndDropExtender

Remarks

Contains the delegates used to handle a custom drag-and-drop in the asset view

Variables

Constructors

Name Description

Public function

FAssetViewDragAndDropExtender

(
    FOnDropDelegate InOnDropDelegate
)

Public function

FAssetViewDragAndDropExtender

(
    FOnDropDelegate InOnDropDelegate,
    FOnDragOverDelegate InOnDragOverDel...
)

Public function

FAssetViewDragAndDropExtender

(
    FOnDropDelegate InOnDropDelegate,
    FOnDragOverDelegate InOnDragOverDel...,
    FOnDragLeaveDelegate InOnDragLeaveD...
)

Classes

Name

Description

Public struct

FPayload

Typedefs

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