Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/UnrealEd/Public/EdGraphNode_Comment.h |
Include |
#include "EdGraphNode_Comment.h" |
class UEdGraphNode_Comment : public UEdGraphNode
Name | Description | ||
---|---|---|---|
|
uint32: 1 |
bColorCommentBubble |
Whether to use Comment Color to color the background of the comment bubble shown when zoomed out. |
|
uint32: 1 |
bCommentBubbleVisible_InDetailsPanel |
Whether to show a zoom-invariant comment bubble when zoomed out (making the comment readable at any distance). |
|
CommentColor |
Color to style comment with |
|
|
CommentDepth |
Comment Depth |
|
|
FontSize |
Size of the text in the comment box |
|
|
TEnumAsByte< EC... |
MoveMode |
Whether the comment should move any fully enclosed nodes around when it is moved |
Name | Description | |
---|---|---|
|
UEdGraphNode_Comment ( |
Name | Description | ||
---|---|---|---|
|
AddNodeUnderComment ( |
Add a node that will be dragged when this comment is dragged |
|
|
AddReferencedObjects ( |
||
|
ClearNodesUnderComment() |
Clear all of the nodes which are currently being dragged with this comment |
|
|
GetFontSize() |
Return the font size of the comment |
|
|
const FComme... |
GetNodesUnderComment() |
Return the set of nodes underneath the comment |
|
SetBounds ( |
Set the Bounds for the comment node |
|
|
SetSelectionState ( |
Name | Description | ||
---|---|---|---|
|
AllocateDefaultPins() |
Allocate default pins for a given node, based only the NodeType, which should already be filled in. |
|
|
GetDocumentationExcerptName() |
Returns the name of the excerpt to display from the specified external documentation link for the graph node Default behavior is to return the class name (including prefix) |
|
|
GetDocumentationLink() |
Returns the link used for external documentation for the graph node |
|
|
GetIconAndTint ( |
||
|
GetNodeCommentColor() |
Get the draw color for a node's comment popup |
|
|
GetNodeTitle ( |
Gets the name of this node, shown in title bar |
|
|
GetPinNameOverride ( |
Gets the overridden name for the specified pin, if any |
|
|
GetTooltipText() |
Gets the tooltip to display when over the node |
|
|
TSharedPtr< ... |
MakeNameValidator() |
Create a name validator for this node |
|
OnRenameNode ( |
Called when this node is being renamed after a successful name validation |
|
|
PostPlacedNewNode() |
A chance to initialize a new node; called just once when a new node is created, before AutowireNewNode or AllocateDefaultPins is called. |
|
|
ResizeNode ( |
Update node size to new value |
|
|
ShouldOverridePinNames() |
Whether or not this node should be given the chance to override pin names. |
Name | Description | ||
---|---|---|---|
|
IsSelectedInEditor() |
Test the selection state of a UObject |
|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
Name |
Description |
|
---|---|---|
|
ESelectionState |
Override the default selection state of this graph node |