Navigation
Unreal Engine C++ API Reference > Editor > Kismet
Inheritance Hierarchy
References
Module | Kismet |
Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
Include | #include "SSCSEditor.h" |
Syntax
class SSCS_RowWidget : public [SMultiColumnTableRow< FSCSEditorTreeNodePtrType >](API\Runtime\Slate\Widgets\Views\SMultiColumnTableRow)
Variables
Type | Name | Description |
---|---|---|
TSharedPtr< SIn... | InlineWidget | |
TWeakPtr< SSCSE... | SCSEditor | Pointer back to owning SCSEditor 2 tool |
Destructors
Type | Name | Description |
---|---|---|
~SSCS_RowWidget () |
Functions
Type | Name | Description |
---|---|---|
void | AddToToolTipInfoBox ( const TSharedRef< SVerticalBox >& ..., const FText& Key, TSharedRef< SWidget > ValueIcon, const TAttribute< FText >& Value, bool bImportant ) | |
void | Construct ( const FArguments& InArgs, TSharedPtr< SSCSEditor > InSCSEdito..., FSCSEditorTreeNodePtrType InNodePtr, TSharedPtr< STableViewBase > InOwne... ) | |
FText | GetAssetName () | |
FText | GetAssetPath () | |
EVisibility | GetAssetVisibility () | |
UBlueprint &... | GetBlueprint () | Get the blueprint we are editing |
FSlateColor | GetColorTintForIcon () | |
FSlateColor | GetColorTintForIcon ( FSCSEditorTreeNodePtrType InNode ) | |
FSlateColor | GetColorTintForText () | |
FString | GetDocumentationExcerptName () | |
FString | GetDocumentationLink () | |
const FSlate... | GetIconBrush () | |
FText | GetNameLabel () | |
FSCSEditorTr... | GetNode () | Get the node used by the row Widget |
FText | GetTooltipText () | |
void | OnNameTextCommit ( const FText& InNewName, ETextCommit::Type InTextCommit ) | Commits the new name of the component |
Overridden from SMultiColumnTableRow
Type | Name | Description |
---|---|---|
TSharedRef< ... | GenerateWidgetForColumn ( const FName& InColumnName ) | Users of SMultiColumnTableRow would usually some piece of data associated with it. |
Overridden from ITableRow
Type | Name | Description |
---|---|---|
ESelectionMo... | GetSelectionMode () | Called to query the selection mode for the row |
Overridden from SWidget
Type | Name | Description |
---|---|---|
FReply | OnMouseButtonDown ( const FGeometry& MyGeometry, const FPointerEvent& MouseEvent ) | See SWidget::OnMouseButtonDown |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |