Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Description
Adds a Function / Struct Node to the edited Graph as an injected node UnitNode represent a RIGVM_METHOD declaration on a USTRUCT. This causes a NodeAdded modified event.
| Name | AddInjectedNodeFromStructPath |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include Path | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
UFUNCTION (BlueprintCallable, Category=RigVMController)
URigVMInjectionInfo * AddInjectedNodeFromStructPath
(
const FString & InPinPath,
bool bAsInput,
const FString & InScriptStructPath,
const FName & InMethodName,
const FName & InInputPinName,
const FName & InOutputPinName,
const FString & InNodeName,
bool bSetupUndoRedo
)