Navigation
API > API/Plugins > API/Plugins/ControlRigEditor > API/Plugins/ControlRigEditor/UControlRigSequencerEditorLibrar-
References
| Module | ControlRigEditor |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/ControlRigSequencerEditorLibrary.h |
| Include | #include "ControlRigSequencerEditorLibrary.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Private/ControlRigSequencerEditorLibrary.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Editor Scripting &124; Sequencer Tools &124; Control Rig"&41;
static bool GetConstraintKeys
&40;
UTickableConstraint &42; InConstraint,
UMovieSceneSection &42; ConstraintSection,
TArray< bool > & OutBools,
TArray< FFrameNumber > & OutFrames,
ESequenceTimeUnit TimeUnit
&41;
Remarks
Get the constraint keys for the specified constraint Returns true if we got the keys from this constraint
Parameters
| Name | Description |
|---|---|
| InConstraint | The constraint to get |
| ConstraintSection | Section containing Cosntraint Key |
| OutBools | Array of whether or not it's active at the specified times |
| OutFrames | The Times for the keys |
| TimeUnit | Unit for the time params, either in display rate or tick resolution |