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, Meta&61;&40;DeprecatedFunction&41;&41;
URigVMParameterNode &42; AddParameterNode
&40;
const FName & InParameterName,
const FString & InCPPType,
UObject &42; InCPPTypeObject,
bool bIsInput,
const FString & InDefaultValue,
const FVector2D & InPosition,
const FString & InNodeName,
bool bSetupUndoRedo,
bool bPrintPythonCommand
&41;
Remarks
Adds a Parameter Node to the edited Graph. Parameters represent input or output arguments to the Graph / Function. Input Parameters are constant values / literals. This causes a NodeAdded modified event.