Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/FObjectTreeClassDragDropOp
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FObjectTreeClassDragDropOp > New
(
UClass* InObjectClass |
Editors/ObjectTreeDragDropOp.h | ||
static TSharedRef< FObjectTreeClassDragDropOp > New
(
TArrayView< UClass* > InObjectClasses |
Editors/ObjectTreeDragDropOp.h |
New(UClass *)
| Name | New |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeDragDropOp.h |
| Include Path | #include "Editors/ObjectTreeDragDropOp.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Private/Editors/ObjectTreeDragDropOp.cpp |
static TSharedRef< FObjectTreeClassDragDropOp > New
(
UClass * InObjectClass
)
New(TArrayView< UClass * >)
| Name | New |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeDragDropOp.h |
| Include Path | #include "Editors/ObjectTreeDragDropOp.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Private/Editors/ObjectTreeDragDropOp.cpp |
static TSharedRef< FObjectTreeClassDragDropOp > New
(
TArrayView< UClass * > InObjectClasses
)