Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SCommentBubble
Inheritance Hierarchy
- FSlateBaseNamedArgs
- 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
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AllowPinning
(
bool InArg |
Allow bubble to be pinned | |
| WidgetArgsType & | ColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Color and opacity for the comment bubble | |
| WidgetArgsType & | EnableBubbleCtrls
(
bool InArg |
Enable the controls within the bubble | |
| WidgetArgsType & | EnableTitleBarBubble
(
bool InArg |
Enable the title bar bubble to toggle | |
| WidgetArgsType & | GraphLOD
(
const TAttribute< EGraphRenderingLOD::Type >& InAttribute |
The current level of detail | |
| WidgetArgsType & | GraphNode
(
UEdGraphNode* InArg |
The GraphNode this bubble should interact with | |
| WidgetArgsType & | HintText
(
const TAttribute< FText >& InAttribute |
The comment hint text for the bubble | |
| WidgetArgsType & | InvertLODCulling
(
bool InArg |
Invert LOD culling | |
| WidgetArgsType & | IsGraphNodeHovered
(
const FIsGraphNodeHovered& InDelegate |
Delegate to determine if the parent node is in the hovered state. | |
| WidgetArgsType & | OnTextCommitted
(
const FOnTextCommitted& InDelegate |
Called when the comment text is committed | |
| WidgetArgsType & | OnToggled
(
const FOnCommentBubbleToggled& InDelegate |
Called when the comment bubble is toggled | |
| WidgetArgsType & | Text
(
const TAttribute< FString >& InAttribute |
The comment text for the bubble | |
| WidgetArgsType & | ToggleButtonCheck
(
const TAttribute< ECheckBoxState >& InAttribute |
Attribute to determine the visibility buttons check state |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |