Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/SRigVMGraphNodeComment
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsNodeUnderComment
(
UEdGraphNode* InNode |
Widgets/SRigVMGraphNodeComment.h | ||
bool IsNodeUnderComment
(
const FVector2f& InNodePosition |
Widgets/SRigVMGraphNodeComment.h | ||
virtual bool IsNodeUnderComment
(
UEdGraphNode_Comment* InCommentNode, |
Widgets/SRigVMGraphNodeComment.h | ||
bool IsNodeUnderComment
(
const FVector2f& InCommentPosition, |
Widgets/SRigVMGraphNodeComment.h |
IsNodeUnderComment(UEdGraphNode *)
| Name | IsNodeUnderComment |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphNodeComment.h |
| Include Path | #include "Widgets/SRigVMGraphNodeComment.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Private/Widgets/SRigVMGraphNodeComment.cpp |
bool IsNodeUnderComment
(
UEdGraphNode * InNode
) const
IsNodeUnderComment(const FVector2f &)
| Name | IsNodeUnderComment |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphNodeComment.h |
| Include Path | #include "Widgets/SRigVMGraphNodeComment.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Private/Widgets/SRigVMGraphNodeComment.cpp |
bool IsNodeUnderComment
(
const FVector2f & InNodePosition
) const
IsNodeUnderComment(UEdGraphNode_Comment *, const TSharedRef< SGraphNode >)
| Name | IsNodeUnderComment |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphNodeComment.h |
| Include Path | #include "Widgets/SRigVMGraphNodeComment.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Private/Widgets/SRigVMGraphNodeComment.cpp |
virtual bool IsNodeUnderComment
(
UEdGraphNode_Comment * InCommentNode,
const TSharedRef < SGraphNode > InNodeWidget
) const
IsNodeUnderComment(const FVector2f &, const FVector2f &)
| Name | IsNodeUnderComment |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphNodeComment.h |
| Include Path | #include "Widgets/SRigVMGraphNodeComment.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Private/Widgets/SRigVMGraphNodeComment.cpp |
bool IsNodeUnderComment
(
const FVector2f & InCommentPosition,
const FVector2f & InNodePosition
) const