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 (BlueprintCallable, Category="Editor Scripting | Sequencer Tools | Control Rig")
static bool GetConstraintKeys
(
UTickableConstraint * InConstraint,
UMovieSceneSection * ConstraintSection,
TArray < bool > & OutBools,
TArray < FFrameNumber > & OutFrames,
EMovieSceneTimeUnit TimeUnit
)
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 |