Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SCommentBubble
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SCommentBubble.h |
| Include Path | #include "SCommentBubble.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCommentBubble >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SCommentBubble > → SCommentBubble::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SCommentBubble.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SCommentBubble.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllowPinning
(
bool InArg |
Allow bubble to be pinned | SCommentBubble.h | |
WidgetArgsType & ColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Color and opacity for the comment bubble | SCommentBubble.h | |
WidgetArgsType & EnableBubbleCtrls
(
bool InArg |
Enable the controls within the bubble | SCommentBubble.h | |
WidgetArgsType & EnableTitleBarBubble
(
bool InArg |
Enable the title bar bubble to toggle | SCommentBubble.h | |
WidgetArgsType & GraphLOD
(
const TAttribute< EGraphRenderingLOD::Type >& InAttribute |
The current level of detail | SCommentBubble.h | |
WidgetArgsType & GraphNode
(
UEdGraphNode* InArg |
The GraphNode this bubble should interact with | SCommentBubble.h | |
WidgetArgsType & HintText
(
const TAttribute< FText >& InAttribute |
The comment hint text for the bubble | SCommentBubble.h | |
WidgetArgsType & InvertLODCulling
(
bool InArg |
Invert LOD culling | SCommentBubble.h | |
WidgetArgsType & IsGraphNodeHovered
(
const FIsGraphNodeHovered& InDelegate |
Delegate to determine if the parent node is in the hovered state. | SCommentBubble.h | |
WidgetArgsType & OnTextCommitted
(
const FOnTextCommitted& InDelegate |
Called when the comment text is committed | SCommentBubble.h | |
WidgetArgsType & OnToggled
(
const FOnCommentBubbleToggled& InDelegate |
Called when the comment bubble is toggled | SCommentBubble.h | |
WidgetArgsType & Text
(
const TAttribute< FString >& InAttribute |
The comment text for the bubble | SCommentBubble.h | |
WidgetArgsType & ToggleButtonCheck
(
const TAttribute< ECheckBoxState >& InAttribute |
Attribute to determine the visibility buttons check state | SCommentBubble.h |