Navigation
API > API/Runtime > API/Runtime/Constraints > API/Runtime/Constraints/FTransformConstraintUtils
References
| Module | Constraints |
| Header | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/TransformConstraint.h |
| Include | #include "TransformConstraint.h" |
| Source | /Engine/Source/Runtime/Experimental/Animation/Constraints/Private/TransformConstraint.cpp |
static void GetChildrenConstraints
(
UWorld * World,
const UTickableTransformConstraint * InConstraint,
TArray< TWeakObjectPtr< UTickableConstraint > > & OutConstraints,
const bool bIncludeTarget
)
Remarks
Fills a constraint array that InConstraint->ChildHandle is the parent of. If bIncludeTarget is true, we also get the other constraints that act on the same target.