Unreal Engine Blueprint API Reference > Rig VMController
Adds a select node to the graph. Select nodes can be used to pick between multiple values based on an index.
Target is Rig VMController
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
string | In CPPType | |
name | In CPPType Object Path | |
vector2d struct | In Position | |
string | In Node Name | |
boolean | Setup Undo Redo | |
boolean | Print Python Command |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Return Value | Adds a select node to the graph.Select nodes can be used to pick between multiple values based on an index. |