Navigation
API > API/Runtime > API/Runtime/Constraints
References
| Module | Constraints |
| Header | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/TransformConstraint.h |
| Include | #include "TransformConstraint.h" |
Syntax
struct FHandleDependencyChecker
Remarks
FHandleDependencyChecker provides a way to check (direct + constraints + tick) dependencies between two UTransformableHandle HasDependency will return true if InHandle depends on InParentToCheck.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FHandleDependencyChecker
(
UWorld* InWorld |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | HasDependency
(
const UTransformableHandle& InHandle, |