Navigation
API > API/Plugins > API/Plugins/Fab
| Name | FFabDragDropOp |
| Type | class |
| Header File | /Engine/Plugins/Fab/Source/Fab/Public/Importers/FabDragDropOp.h |
| Include Path | #include "Importers/FabDragDropOp.h" |
Syntax
class FFabDragDropOp : public FAssetDragDropOp
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FDecoratedDragDropOp → FAssetDragDropOp → FFabDragDropOp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFabDragDropOp
(
const EDragAssetType InDragAssetType |
Importers/FabDragDropOp.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FFabDragDropOp() |
Importers/FabDragDropOp.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnDrop | TBaseDelegate_NoParams< void > | Importers/FabDragDropOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SpawnedActor | TObjectPtr< AActor > | Importers/FabDragDropOp.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DragAssetType | EDragAssetType | Importers/FabDragDropOp.h | ||
| EditorApplyHandle | FDelegateHandle | Importers/FabDragDropOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Cancel() |
Importers/FabDragDropOp.h | ||
virtual void Construct() |
Importers/FabDragDropOp.h | ||
void DestroySpawnedActor() |
Importers/FabDragDropOp.h | ||
void DestroyWindow() |
Importers/FabDragDropOp.h | ||
virtual TSharedPtr< SWidget > GetDefaultDecorator() |
Importers/FabDragDropOp.h | ||
virtual bool IsOfTypeImpl
(
const FString& Type |
Importers/FabDragDropOp.h | ||
virtual void OnDragged
(
const FDragDropEvent& DragDropEvent |
Importers/FabDragDropOp.h | ||
FOnDrop & OnDrop () |
Importers/FabDragDropOp.h | ||
virtual void OnDrop
(
bool bDropWasHandled, |
Importers/FabDragDropOp.h | ||
void SetCanDropHere
(
bool bCanDropHere |
Importers/FabDragDropOp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
Importers/FabDragDropOp.h | ||
static TSharedPtr< FFabDragDropOp > New
(
FAssetData Asset, |
Importers/FabDragDropOp.h |