SNodeTitle

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/SGraphNode.h

Include

#include "SGraphNode.h"

Syntax

class SNodeTitle : public SCompoundWidget

Variables

Name Description

Protected variable

FText

 

CachedHeadTitle

The cached head title to return

Protected variable

FVector2D

 

CachedSize

The cached size of the title

Protected variable

FName

 

ExtraLineStyle

Protected variable

TWeakObjectPtr<...

 

GraphNode

Protected variable

FNodeTextCache

 

NodeTitleCache

Protected variable

TAttribute< FTe...

 

TitleText

The title text to use, auto-binds to get the title if not set externally

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs,
    UEdGraphNode* InNode
)

Public function Const

FText

 

GetHeadTitle()

Returns the main title for the node

Protected function Const

FText

 

GetNodeTitle()

Gets the expected node title.

Public function Const

FVector2D

 

GetTitleSize()

Get the size of this title the last time it was drawn

Public function

void

 

MarkDirty()

Mark the cached title dirty

Protected function

void

 

RebuildWidget()

Rebuilds the widget if needed.

Overridden from SWidget

Name Description

Public function Virtual

void

 

Tick

(
    const FGeometry& AllottedGeometry,
    const double InCurrentTime,
    const float InDeltaTime
)

Ticks this widget with Geometry.

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