Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/URigVMController
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;RigVMController&41;
URigVMInjectionInfo &42; AddInjectedNodeFromStructPath
&40;
const FString & InPinPath,
bool bAsInput,
const FString & InScriptStructPath,
const FName & InMethodName,
const FName & InInputPinName,
const FName & InOutputPinName,
const FString & InNodeName,
bool bSetupUndoRedo
&41;
Remarks
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.