SOutlinerTreeView

Windows
MacOS
Linux

Inheritance Hierarchy

STableViewBase

TListTypeTraits< ItemType >::SerializerType

ITypedTableView

SListView

STreeView

SOutlinerTreeView

References

Module

SceneOutliner

Header

/Engine/Source/Editor/SceneOutliner/Public/SOutlinerTreeView.h

Include

#include "SOutlinerTreeView.h"

Syntax

class SOutlinerTreeView : public STreeView< FTreeItemPtr >

Variables

Name Description

Protected variable

TWeakPtr< SScen...

 

SceneOutlinerWeak

Weak reference to the outliner widget that owns this list

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs,
    TSharedRef< SSceneOutliner > Owner
)

Construct this widget

Public function

void

 

FlashHighlightOnItem

(
    FTreeItemPtr FlashHighlightOnItem
)

Overridden from SWidget

Name Description

Protected function Virtual

void

 

OnDragLeave

(
    const FDragDropEvent& DragDropEven...
)

Called during drag and drop when the drag leaves a widget.

Protected function Virtual

FReply

 

OnDragOver

(
    const FGeometry& MyGeometry,
    const FDragDropEvent& DragDropEven...
)

Called during drag and drop when the the mouse is being dragged over a widget.

Protected function Virtual

FReply

 

OnDrop

(
    const FGeometry& MyGeometry,
    const FDragDropEvent& DragDropEven...
)

Called when the user is dropping something onto a widget; terminates drag and drop.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss