Navigation
BlueprintAPI > BlueprintAPI/MovieGraph
Moves one variable (InTargetVariable) to the specified index among all user graph variables.
Note that MoveVariableBefore() should be used in almost all cases unless there is very specific use case. This method will not take care of setting the category for you after the move unlike MoveVariableBefore().
Target is Movie Graph Config
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | In Target Variable | |
| integer | New Index |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |