Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/SequencerTools > BlueprintAPI/EditorScripting/SequencerTools/ControlRig
Add a constraint possibly adding to sequencer also if one is open.
Target is Control Rig Sequencer Editor Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | World | The active world |
| enum | In Type | Type of constraint to create |
| object | In Child | The handle to the transormable to be constrainted |
| object | In Parent | The handle to the parent of the constraint |
| boolean | Maintain Offset | Whether to maintain offset between child and parent when setting the constraint |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Return Value | Returns the constraint if created all nullptr if not |