Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/SequencerTools > BlueprintAPI/EditorScripting/SequencerTools/ControlRig
Delete the Key for the Constraint at the specified time.
Target is Control Rig Sequencer Editor Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Constraint | |
| object | Constraint Section | Section containing Cosntraint Key |
| struct | In Time | Time to delete the constraint. |
| 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. |