Navigation
API > API/Runtime > API/Runtime/Constraints > API/Runtime/Constraints/FConstraintsManagerController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetConstraintsDependencies
(
const FName& InNameToTickBefore, |
Set dependencies between two constraints. | ConstraintsManager.h | |
void SetConstraintsDependencies
(
const FGuid& InGuidToTickBefore, |
ConstraintsManager.h |
SetConstraintsDependencies(const FName &, const FName &)
Description
Set dependencies between two constraints.
| Name | SetConstraintsDependencies |
| 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 |
void SetConstraintsDependencies
(
const FName & InNameToTickBefore,
const FName & InNameToTickAfter
) const
SetConstraintsDependencies(const FGuid &, const FGuid &)
| Name | SetConstraintsDependencies |
| 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 |
void SetConstraintsDependencies
(
const FGuid & InGuidToTickBefore,
const FGuid & InGuidToTickAfter
) const