Navigation
API > API/Editor > API/Editor/SceneOutliner
A drag/drop operation that was started from the scene outliner
| Name | FSceneOutlinerDragDropOp |
| Type | struct |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerDragDrop.h |
| Include Path | #include "SceneOutlinerDragDrop.h" |
Syntax
struct FSceneOutlinerDragDropOp : public FCompositeDragDropOp
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FDecoratedDragDropOp → FCompositeDragDropOp → FSceneOutlinerDragDropOp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSceneOutlinerDragDropOp() |
SceneOutlinerDragDrop.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OverrideIcon | const FSlateBrush * | SceneOutlinerDragDrop.h | ||
| OverrideText | FText | SceneOutlinerDragDrop.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SWidget > GetDefaultDecorator() |
SceneOutlinerDragDrop.h | ||
virtual bool IsOfTypeImpl
(
const FString& Type |
SceneOutlinerDragDrop.h | ||
void ResetTooltip() |
SceneOutlinerDragDrop.h | ||
void SetTooltip
(
FText InOverrideText, |
SceneOutlinerDragDrop.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
SceneOutlinerDragDrop.h |