Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FPoseSearchCost
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FPoseSearchCost () |
Note: We need to explicitly disable warnings on these constructors/operators for clang to be happy with deprecated variables this is a requirement for clang to compile without warnings. | PoseSearch/PoseSearchCost.h | |
FPoseSearchCost
(
const FPoseSearchCost& |
PoseSearch/PoseSearchCost.h | ||
| PoseSearch/PoseSearchCost.h | |||
PRAGMA_ENABLE_DEPRECATION_WARNINGS FPoseSearchCost
(
float DissimilarityCost, |
PoseSearch/PoseSearchCost.h |
FPoseSearchCost()
Description
Note: We need to explicitly disable warnings on these constructors/operators for clang to be happy with deprecated variables this is a requirement for clang to compile without warnings.
| Name | FPoseSearchCost |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchCost.h |
| Include Path | #include "PoseSearch/PoseSearchCost.h" |
PRAGMA_DISABLE_DEPRECATION_WARNINGS FPoseSearchCost()
FPoseSearchCost(const FPoseSearchCost &)
| Name | FPoseSearchCost |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchCost.h |
| Include Path | #include "PoseSearch/PoseSearchCost.h" |
FPoseSearchCost
(
const FPoseSearchCost &
)
FPoseSearchCost(FPoseSearchCost &&)
| Name | FPoseSearchCost |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchCost.h |
| Include Path | #include "PoseSearch/PoseSearchCost.h" |
FPoseSearchCost
(
FPoseSearchCost &&
)
FPoseSearchCost(float, float, float, float)
| Name | FPoseSearchCost |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchCost.h |
| Include Path | #include "PoseSearch/PoseSearchCost.h" |
PRAGMA_ENABLE_DEPRECATION_WARNINGS FPoseSearchCost
(
float DissimilarityCost,
float InNotifyCostAddend,
float InContinuingPoseCostAddend,
float InContinuingInteractionCostAddend
)