FAssetViewDragAndDropExtender

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

Unreal Engine C++ API Reference > Editor > ContentBrowser

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

Type Name Description
FOnDragLeaveDel... OnDragLeaveDelegate  
FOnDragOverDele... OnDragOverDelegate  
FOnDropDelegate OnDropDelegate  

Constructors

Type Name Description
  FAssetViewDragAndDropExtender ( FOnDropDelegate InOnDropDelegate )  
  FAssetViewDragAndDropExtender ( FOnDropDelegate InOnDropDelegate, FOnDragOverDelegate InOnDragOverDel... )  
  FAssetViewDragAndDropExtender ( FOnDropDelegate InOnDropDelegate, FOnDragOverDelegate InOnDragOverDel..., FOnDragLeaveDelegate InOnDragLeaveD... )  

Classes

Type Name Description
Public struct FPayload  

Typedefs


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library