Navigation
API > API/Editor > API/Editor/SceneOutliner
Inheritance Hierarchy
- STableViewBase
- TListTypeTraits< ItemType >::SerializerType
- ITypedTableView
- SListView
- STreeView
- SSceneOutlinerTreeView
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/SOutlinerTreeView.h |
| Include | #include "SOutlinerTreeView.h" |
Syntax
class SSceneOutlinerTreeView : public STreeView< FSceneOutlinerTreeItemPtr >
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Construct this widget | |
| void | FlashHighlightOnItem
(
FSceneOutlinerTreeItemPtr FlashHighlightOnItem |
||
| const TWeakPtr< SSceneOutliner > & |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | OnDragLeave
(
const FDragDropEvent& DragDropEvent |
Called during drag and drop when the drag leaves a widget. | |
| FReply | OnDragOver
(
const FGeometry& MyGeometry, |
Called during drag and drop when the the mouse is being dragged over a widget. | |
| FReply | OnDrop
(
const FGeometry& MyGeometry, |
Called when the user is dropping something onto a widget; terminates drag and drop. |