Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FCompositeDragDropOp
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< T > GetSubOp () |
DragAndDrop/CompositeDragDropOp.h | ||
const TSharedPtr< const T > GetSubOp () |
DragAndDrop/CompositeDragDropOp.h |
GetSubOp()
| Name | GetSubOp |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DragAndDrop/CompositeDragDropOp.h |
| Include Path | #include "DragAndDrop/CompositeDragDropOp.h" |
template<typename T>
TSharedPtr < T > GetSubOp()
GetSubOp()
| Name | GetSubOp |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DragAndDrop/CompositeDragDropOp.h |
| Include Path | #include "DragAndDrop/CompositeDragDropOp.h" |
template<typename T>
const TSharedPtr < const T > GetSubOp() const