Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/GraphEditor/Public/SGraphNodeComment.h |
Include |
#include "SGraphNodeComment.h" |
class SGraphNodeComment : public SGraphNodeResizable
Name | Description | ||
---|---|---|---|
|
Construct ( |
||
|
GetCommentBodyColor() |
||
|
GetCommentBubbleColor() |
||
|
GetCommentTitleBarColor() |
||
|
HandleSelection |
Helper method to update selection state of comment and any nodes 'contained' within it |
|
|
IsNodeUnderComment ( |
Helper function to determine if a node is under this comment widget or not |
Name | Description | ||
---|---|---|---|
|
GetHitTestingBorder() |
||
|
GetNodeMaximumSize() |
Return largest desired node size |
|
|
float |
GetTitleBarHeight() |
Get the current titlebar size |
Name | Description | ||
---|---|---|---|
|
GetCommentColor() |
Return the desired comment bubble color |
|
|
GetTitleRect() |
Return rect of the title bar |
|
|
IsNameReadOnly() |
Helper function to check if node can be renamed |
|
|
PopulateMetaTag ( |
Populate a meta data tag with information about this graph node |
|
|
UpdateGraphNode() |
Update this GraphNode to match the data that it is observing |
Name | Description | ||
---|---|---|---|
|
CanBeSelected ( |
Return if the node can be selected, by pointing given location |
|
|
EndUserInteraction() |
Called when user interaction has completed |
|
|
GetDesiredSizeForMarquee() |
Return size of the title bar |
|
|
GetNodeComment() |
||
|
GetOverlayBrushes ( |
Populate the brushes array with any overlay brushes to render |
|
|
const FSlate... |
GetShadowBrush ( |
|
|
GetSortDepth() |
Returns node sort depth, defaults to and is generally 0 for most nodes. |
|
|
MoveTo |
Called when user is moving the comment node |
|
|
ShouldAllowCulling() |
Return false if this node should not be culled. |
Name | Description | ||
---|---|---|---|
|
ComputeDesiredSize ( |
A Panel's desired size in the space required to arrange of its children on the screen while respecting all of the children's desired sizes and any layout-related options specified by the user. |
|
|
OnDragEnter ( |
DRAG AND DROP (DragDrop) Called during drag and drop when the drag enters a widget. |
|
|
OnDrop ( |
Called when the user is dropping something onto a widget; terminates drag and drop. |
|
|
OnMouseButtonDoubleClick ( |
Called when a mouse button is double clicked. Override this in derived classes. |
|
|
OnMouseButtonUp ( |
The system calls this method to notify the widget that a mouse button was release within it. |
|
|
Tick ( |
Ticks this widget with Geometry. |
Name |
Description |
|
---|---|---|
|
FArguments |