Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- ITableRow
- SBorder
- STableRow
- SMultiColumnTableRow
- SSCS_RowWidget
- SSCS_RowWidget_ActorRoot
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include | #include "SSCSEditor.h" |
Syntax
class SSCS_RowWidget_ActorRoot : public SSCS_RowWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSCSEditorActorNodePtrType | GetActorNode () |
Gets the associated actor node |
Overridden from SSCS_RowWidget
| Type | Name | Description | |
|---|---|---|---|
| const FSlateBrush * | GetIconBrush () |
Data accessors |
Overridden from SMultiColumnTableRow
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | GenerateWidgetForColumn
(
const FName& InColumnName |
Users of SMultiColumnTableRow would usually some piece of data associated with it. |