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 UTickableTransformConstraint * CreateAndAddFromObjects
(
UWorld * InWorld,
UObject * InParent,
const FName & InParentSocketName,
UObject * InChild,
const FName & InChildSocketName,
const ETransformConstraintType InType,
const bool bMaintainOffset,
const bool bUseDefault
)
Remarks
Creates respective handles and creates a new InType transform constraint.