Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- ITableRow
- SBorder
- STableRow
- SMultiColumnTableRow
- SSCS_RowWidget
- SSCS_RowWidget_ActorRoot
- SSCS_RowWidget_Separator
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include | #include "SSCSEditor.h" |
Syntax
class SSCS_RowWidget : public SMultiColumnTableRow< FSCSEditorTreeNodePtrType >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SInlineEditableTextBlock > | InlineWidget | ||
| TWeakPtr< SSCSEditor > | SCSEditor | Pointer back to owning SCSEditor 2 tool |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddToToolTipInfoBox
(
const TSharedRef< SVerticalBox >& InfoBox, |
||
| void | Construct
(
const FArguments& InArgs, |
||
| FText | GetAssetName () |
||
| FText | GetAssetPath () |
||
| EVisibility | |||
| UBlueprint * | GetBlueprint () |
Get the blueprint we are editing | |
| FSlateColor | |||
| FSlateColor | GetColorTintForIcon
(
FSCSEditorTreeNodePtrType InNode |
||
| FSlateColor | |||
| FString | |||
| FString | |||
| const FSlateBrush * | GetIconBrush () |
||
| FText | GetNameLabel () |
||
| FSCSEditorTreeNodePtrType | GetNode () |
Get the node used by the row Widget | |
| FText | |||
| void | OnNameTextCommit
(
const FText& InNewName, |
Commits the new name of the component |
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 |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | OnMouseButtonDown
(
const FGeometry& MyGeometry, |
See SWidget::OnMouseButtonDown |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |