Navigation
API > API/Editor > API/Editor/Kismet
| Name | SSCS_RowWidget |
| Type | class |
| Header File | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include Path | #include "SSCSEditor.h" |
Syntax
class SSCS_RowWidget : public SMultiColumnTableRow< FSCSEditorTreeNodePtrType >
Inheritance Hierarchy
- SMultiColumnTableRow< FSCSEditorTreeNodePtrType > → SSCS_RowWidget
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~SSCS_RowWidget() |
SSCSEditor.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InlineWidget | TSharedPtr< SInlineEditableTextBlock > | SSCSEditor.h | ||
| SCSEditor | TWeakPtr< SSCSEditor > | Pointer back to owning SCSEditor 2 tool | SSCSEditor.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TreeNodePtr | FSCSEditorTreeNodePtrType | Pointer to node we represent | SSCSEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SSCSEditor.h | ||
virtual TSharedRef< SWidget > GenerateWidgetForColumn
(
const FName& ColumnName |
SSCSEditor.h | ||
FText GetAssetName() |
SSCSEditor.h | ||
FText GetAssetPath() |
SSCSEditor.h | ||
EVisibility GetAssetVisibility() |
SSCSEditor.h | ||
UBlueprint * GetBlueprint() |
Get the blueprint we are editing | SSCSEditor.h | |
FSlateColor GetColorTintForIcon () |
SSCSEditor.h | ||
FSlateColor GetColorTintForText() |
SSCSEditor.h | ||
FString GetDocumentationExcerptName() |
SSCSEditor.h | ||
FString GetDocumentationLink() |
SSCSEditor.h | ||
FText GetNameLabel() |
SSCSEditor.h | ||
virtual FSCSEditorTreeNodePtrType GetNode() |
Get the node used by the row Widget | SSCSEditor.h | |
FText GetTooltipText() |
SSCSEditor.h | ||
virtual FReply OnMouseButtonDown
(
const FGeometry& MyGeometry, |
SSCSEditor.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FSlateBrush * GetIconBrush() |
SSCSEditor.h | ||
virtual ESelectionMode::Type GetSelectionMode() |
SSCSEditor.h | ||
void OnNameTextCommit
(
const FText& InNewName, |
Commits the new name of the component | SSCSEditor.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void AddToToolTipInfoBox
(
const TSharedRef< SVerticalBox >& InfoBox, |
SSCSEditor.h | ||
static FSlateColor GetColorTintForIcon
(
FSCSEditorTreeNodePtrType InNode |
SSCSEditor.h |