Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/EdGraph > API/Plugins/RigVMEditor/EdGraph/NodeSpawners > API/Plugins/RigVMEditor/EdGraph/NodeSpawners/URigVMEdGraphFunctionRefNodeSpaw-
- UBlueprintNodeSpawner::Invoke()
- URigVMEdGraphFunctionRefNodeSpawner::Invoke()
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h |
| Include | #include "EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Private/EdGraph/NodeSpawners/RigVMEdGraphFunctionRefNodeSpawner.cpp |
virtual UEdGraphNode * Invoke
(
UEdGraph * ParentGraph,
FBindingSet const & Bindings,
FVector2D const Location
) const
Remarks
Takes care of spawning a node for the specified graph. Looks to see if the supplied graph is transient, and if so, spawns a NOT fully formed node (intended for template use).
This function is intended to be overridden; sub-classes may return a pre-existing node, instead of a newly allocated one (for cases where only one instance of the node type can exist). Callers should check for this case upon use.