SSCS_RowWidget

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/SSCSEditor.h

Include

#include "SSCSEditor.h"

Syntax

Variables

Name Description

Public variable

TSharedPtr< SIn...

 

InlineWidget

Public variable

TWeakPtr< SSCSE...

 

SCSEditor

Pointer back to owning SCSEditor 2 tool

Destructors

Name Description

Public function Virtual

~SSCS_RowWidget()

Functions

Name Description

Protected function Static

void

 

AddToToolTipInfoBox

(
    const TSharedRef< SVerticalBox >& ...,
    const FText& Key,
    TSharedRef< SWidget > ValueIcon,
    const TAttribute< FText >& Value,
    bool bImportant
)

Public function

void

 

Construct

(
    const FArguments& InArgs,
    TSharedPtr< SSCSEditor > InSCSEdito...,
    FSCSEditorTreeNodePtrType InNodePtr,
    TSharedPtr< STableViewBase > InOwne...
)

Public function Const

FText

 

GetAssetName()

Public function Const

FText

 

GetAssetPath()

Public function Const

EVisibility

 

GetAssetVisibility()

Public function Const

UBlueprint &...

 

GetBlueprint()

Get the blueprint we are editing

Public function Const

FSlateColor

 

GetColorTintForIcon()

Public function Static

FSlateColor

 

GetColorTintForIcon

(
    FSCSEditorTreeNodePtrType InNode
)

Public function Const

FSlateColor

 

GetColorTintForText()

Public function Const

FString

 

GetDocumentationExcerptName()

Public function Const

FString

 

GetDocumentationLink()

Protected function Virtual Const

const FSlate...

 

GetIconBrush()

Public function Const

FText

 

GetNameLabel()

Public function Virtual Const

FSCSEditorTr...

 

GetNode()

Get the node used by the row Widget

Public function Const

FText

 

GetTooltipText()

Protected function

void

 

OnNameTextCommit

(
    const FText& InNewName,
    ETextCommit::Type InTextCommit
)

Commits the new name of the component

Overridden from SMultiColumnTableRow

Name Description

Public function Virtual

TSharedRef< ...

 

GenerateWidgetForColumn

(
    const FName& InColumnName
)

Users of SMultiColumnTableRow would usually some piece of data associated with it.

Overridden from ITableRow

Name Description

Protected function Virtual Const

ESelectionMo...

 

GetSelectionMode()

Called to query the selection mode for the row

Overridden from SWidget

Name Description

Public function Virtual

FReply

 

OnMouseButtonDown

(
    const FGeometry& MyGeometry,
    const FPointerEvent& MouseEvent
)

See SWidget::OnMouseButtonDown

Classes

Name

Description

Public struct

FArguments

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss