Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/Editors
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDragDropOperation
- FDecoratedDragDropOp
- FObjectTreeClassDragDropOp
References
| Module | GameplayCamerasEditor |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/SObjectTreeGraphToolbox.h |
| Include | #include "Editors/SObjectTreeGraphToolbox.h" |
Syntax
class FObjectTreeClassDragDropOp : public FDecoratedDragDropOp
Remarks
Drag-drop operation for creating a new object (and corresponding graph node) in an object tree graph by dragging one of the entries from the toolbox widget.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArrayView< UClass *const > | |||
| const FString & | GetTypeId () |
||
| TSharedRef< FObjectTreeClassDragDropOp > | |||
| TSharedRef< FObjectTreeClassDragDropOp > | New
(
TArrayView< UClass* > InObjectClasses |
Overridden from FDragDropOperation
| Type | Name | Description | |
|---|---|---|---|
| bool | IsOfTypeImpl
(
const FString& Type |
Checks whether this drag and drop operation can cast safely to the specified type. |