Navigation
API > API/Editor > API/Editor/SceneOutliner
Inheritance Hierarchy
- ITableRow
- SBorder
- STableRow
- SMultiColumnTableRow
- SSceneOutlinerPinnedTreeRow
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/SOutlinerTreeView.h |
| Include | #include "SOutlinerTreeView.h" |
Syntax
class SSceneOutlinerPinnedTreeRow : public SMultiColumnTableRow< FSceneOutlinerTreeItemPtr >
Remarks
Widget that represents a pinned row in the outliner's tree control.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Construct function for this widget |
Overridden from SMultiColumnTableRow
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | GenerateWidgetForColumn
(
const FName& ColumnName |
Overridden from SMultiColumnTableRow. |
Overridden from STableRow
| Type | Name | Description | |
|---|---|---|---|
| void | ConstructChildren
(
ETableViewMode::Type InOwnerTableMode, |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | OnDragEnter
(
const FGeometry& MyGeometry, |
DRAG AND DROP (DragDrop) Called during drag and drop when the drag enters a widget. | |
| 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. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |