FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SCommentBubble::FArguments

References

Module

GraphEditor

Header

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

Include

#include "SCommentBubble.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SCommentBubble >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AllowPinning

(
    bool InArg
)

Allow bubble to be pinned

Public function

WidgetArgsTy...

 

ColorAndOpacity

(
    const TAttribute< FSlateColor >& I...
)

Color and opacity for the comment bubble

Public function

WidgetArgsTy...

 

EnableBubbleCtrls

(
    bool InArg
)

Enable the controls within the bubble

Public function

WidgetArgsTy...

 

EnableTitleBarBubble

(
    bool InArg
)

Enable the title bar bubble to toggle

Public function

WidgetArgsTy...

 

GraphLOD

(
    const TAttribute< EGraphRenderingLO...
)

The current level of detail

Public function

WidgetArgsTy...

 

GraphNode

(
    UEdGraphNode* InArg
)

The GraphNode this bubble should interact with

Public function

WidgetArgsTy...

 

HintText

(
    const TAttribute< FText >& InAttri...
)

The comment hint text for the bubble

Public function

WidgetArgsTy...

 

InvertLODCulling

(
    bool InArg
)

Invert LOD culling

Public function

WidgetArgsTy...

 

IsGraphNodeHovered

(
    const FIsGraphNodeHovered& InDeleg...
)

Delegate to determine if the parent node is in the hovered state.

Public function

WidgetArgsTy...

 

OnTextCommitted

(
    const FOnTextCommitted& InDelegate
)

Called when the comment text is committed

Public function

WidgetArgsTy...

 

OnToggled

(
    const FOnCommentBubbleToggled& InD...
)

Called when the comment bubble is toggled

Public function

WidgetArgsTy...

 

Text

(
    const TAttribute< FString >& InAtt...
)

The comment text for the bubble

Public function

WidgetArgsTy...

 

ToggleButtonCheck

(
    const TAttribute< ECheckBoxState > ...
)

Attribute to determine the visibility buttons check state

Typedefs

Name

Description

WidgetArgsType

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