Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/SequencerTools > BlueprintAPI/EditorScripting/SequencerTools/ControlRig
Delete the Control Rig Space Key for the Control at the specified time. This will delete any attached Control Rig keys at this time and will perform any needed compensation to the new space.
Target is Control Rig Sequencer Editor Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | In Sequence | Sequence to set the space |
| object | In Control Rig | ControlRig with the Control |
| name | In Control Name | The name of the Control |
| struct | In Time | Time to delete the space. |
| enum | Time Unit | Unit for the InTime, either in display rate or tick resolution |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | Will return false if function fails, for example if there is no key at this time it will fail. |