Navigation
API > API/Editor > API/Editor/SceneOutliner
Inheritance Hierarchy
- TSharedFromThis
- FDragDropOperation
- FDecoratedDragDropOp
- FCompositeDragDropOp
- FSceneOutlinerDragDropOp
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerDragDrop.h |
| Include | #include "SceneOutlinerDragDrop.h" |
Syntax
struct FSceneOutlinerDragDropOp : public FCompositeDragDropOp
Remarks
A drag/drop operation that was started from the scene outliner
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetTypeId () |
||
| void | ResetTooltip () |
||
| void | SetTooltip
(
FText InOverrideText, |
Overridden from FDragDropOperation
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWidget > | The widget decorator to use | ||
| bool | IsOfTypeImpl
(
const FString& Type |
Checks whether this drag and drop operation can cast safely to the specified type. |