Navigation
API > API/Runtime > API/Runtime/Constraints > API/Runtime/Constraints/UTickableTransformConstraint
Description
Sets up dependencies between the parent, the constraint and the child using their respective tick functions. It creates a dependency graph between them so that they tick in the right order when evaluated.
| Name | SetupDependencies |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/Transform/TransformConstraint.h |
| Include Path | #include "Transform/TransformConstraint.h" |
| Source | /Engine/Source/Runtime/Experimental/Animation/Constraints/Private/Transform/TransformConstraint.cpp |
void SetupDependencies
(
const UWorld * InWorld
)