Navigation
API > API/Runtime > API/Runtime/Constraints > API/Runtime/Constraints/FConstraintsManagerController
Description
Get parent constraints of the specified child. If bSorted is true, then the constraints will be sorted by dependency.
| Name | GetParentConstraints |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/ConstraintsManager.h |
| Include Path | #include "ConstraintsManager.h" |
| Source | /Engine/Source/Runtime/Experimental/Animation/Constraints/Private/ConstraintsManager.cpp |
TArray < TWeakObjectPtr < UTickableConstraint > > GetParentConstraints
(
const uint32 InTargetHash,
const bool bSorted
) const