Description
Pick from a list of values based on an integer index
Information
| Plugin | RigVM |
| Category | Execution |
| Tags | Switch,Case |
| Type | FRigVMDispatch_SelectInt32 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Index | The index of the value to select | int32 | 0 |
| Values | The fixed array of values to select from | TArray<FRigVMUnknownType> |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The resulting selected value from the values array based on the index | Wildcard |