Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Widgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SPanel
- SNodePanel::SNode
- SGraphNode
- SGraphNodeResizable
- SGraphNodeComment
- SRigVMGraphNodeComment
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphNodeComment.h |
| Include | #include "Widgets/SRigVMGraphNodeComment.h" |
Syntax
class SRigVMGraphNodeComment : public SGraphNodeComment
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsNodeUnderComment
(
UEdGraphNode* InNode |
||
| bool | IsNodeUnderComment
(
const FVector2D& InNodePosition |
Helper function to determine if a node is under this comment widget or not | |
| bool | IsNodeUnderComment
(
const FVector2D& InCommentPosition, |
Helper function to determine if a node is under this comment widget or not |
Overridden from SGraphNodeComment
| Type | Name | Description | |
|---|---|---|---|
| bool | IsNodeUnderComment
(
UEdGraphNode_Comment* InCommentNode, |
Helper function to determine if a node is under this comment widget or not |
Overridden from SNode
| Type | Name | Description | |
|---|---|---|---|
| void | Called when user interaction has completed | ||
| void | Called when user is moving the comment node |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | OnMouseButtonUp
(
const FGeometry& MyGeometry, |
The system calls this method to notify the widget that a mouse button was release within it. | |
| void | Ticks this widget with Geometry. |