Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Description
Adds a select node to the graph. Select nodes can be used to pick between multiple values based on an index.
| Name | AddSelectNode |
| 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)
URigVMNode * AddSelectNode
(
const FString & InCPPType,
const FName & InCPPTypeObjectPath,
const FVector2D & InPosition,
const FString & InNodeName,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)