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 TArray < UTickableConstraint * > GetConstraintsForHandle
(
UWorld * InWorld,
const UTransformableHandle * InChild
)
Remarks
Get all constraints for this object, which is described by a transformable handle Returns array of Constraints this handle is constrained to.
Parameters
| Name | Description |
|---|---|
| InChild | The handle to look for constraints controlling it |