Navigation
API > API/Runtime > API/Runtime/Constraints > API/Runtime/Constraints/FConstraintsManagerController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetConstraintIndex
(
const FGuid& InGuid |
Get the index of the given constraint's ID. | ConstraintsManager.h | |
int32 GetConstraintIndex
(
const FName& InConstraintName |
Get the index of the given constraint's name. | ConstraintsManager.h |
GetConstraintIndex(const FGuid &)
Description
Get the index of the given constraint's ID.
| Name | GetConstraintIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/ConstraintsManager.h |
| Include Path | #include "ConstraintsManager.h" |
int32 GetConstraintIndex
(
const FGuid & InGuid
) const
GetConstraintIndex(const FName &)
Description
Get the index of the given constraint's name.
| Name | GetConstraintIndex |
| 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 |
int32 GetConstraintIndex
(
const FName & InConstraintName
) const