Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/FRigVMActionMenuItem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
Editor/RigVMActionMenuItem.h | ||
virtual UEdGraphNode * PerformAction
(
UEdGraph* ParentGraph, |
Editor/RigVMActionMenuItem.h |
PerformAction(UEdGraph , UEdGraphPin , const FVector2f &, bool)
| Name | PerformAction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMActionMenuItem.h |
| Include Path | #include "Editor/RigVMActionMenuItem.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Private/Editor/RigVMActionMenuItem.cpp |
virtual UEdGraphNode * PerformAction
(
UEdGraph * ParentGraph,
UEdGraphPin * FromPin,
const FVector2f & Location,
bool bSelectNewNode
)
PerformAction(UEdGraph , TArray< UEdGraphPin > &, const FVector2f &, bool)
| Name | PerformAction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMActionMenuItem.h |
| Include Path | #include "Editor/RigVMActionMenuItem.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Private/Editor/RigVMActionMenuItem.cpp |
virtual UEdGraphNode * PerformAction
(
UEdGraph * ParentGraph,
TArray < UEdGraphPin * > & FromPins,
const FVector2f & Location,
bool bSelectNewNode
)