Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/SequencerTools > BlueprintAPI/EditorScripting/SequencerTools/ControlRig
Copy the internal parameter curves from vector control rig curves to transform curves, this is needed if a vector type is changed to transform type You would run this script first, resave, and then on next reload the curves should now show up on correct curves in the transform control
Target is Control Rig Sequencer Editor Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | In Track | Control Rig track to convert |
| name | In Control Name | The name of the existing Vector type control |
| enum | In Type | The type of the control to convert, ERigControlType::Position,Rotator, or Scale |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value |