Navigation
API > API/Editor > API/Editor/SubobjectEditor
Inheritance Hierarchy
- ITableRow
- SBorder
- STableRow
- SMultiColumnTableRow
- SSubobject_RowWidget
References
| Module | SubobjectEditor |
| Header | /Engine/Source/Editor/SubobjectEditor/Public/SSubobjectEditor.h |
| Include | #include "SSubobjectEditor.h" |
Syntax
class SSubobject_RowWidget : public SMultiColumnTableRow< FSubobjectEditorTreeNodePtrType >
Remarks
A row widget that represents a single subobject within the tree.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| FText | GetAssetName () |
Get the asset name of this subobject from the asset brokerage | |
| FText | GetAssetPath () |
Get the asset path of this subobject from the asset brokerage | |
| EVisibility | Check if this asset is visible from the asset brokerage | ||
| FSlateColor | |||
| const FSlateBrush * | GetIconBrush () |
||
| FText | GetNameLabel () |
||
| FSubobjectEditorTreeNodePtrType | |||
| FReply | HandleOnAcceptDrop
(
const FDragDropEvent& DragDropEvent, |
||
| TOptional< EItemDropZone > | HandleOnCanAcceptDrop
(
const FDragDropEvent& DragDropEvent, |
||
| FReply | HandleOnDragDetected
(
const FGeometry& MyGeometry, |
||
| void | HandleOnDragEnter
(
const FDragDropEvent& DragDropEvent |
Drag-drop handlers | |
| void | HandleOnDragLeave
(
const FDragDropEvent& DragDropEvent |
Overridden from SMultiColumnTableRow
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | GenerateWidgetForColumn
(
const FName& InColumnName |
Users of SMultiColumnTableRow would usually some piece of data associated with it. |
Overridden from ITableRow
| Type | Name | Description | |
|---|---|---|---|
| ESelectionMode::Type | Called to query the selection mode for the row |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |