Navigation
API > API/Plugins > API/Plugins/PoseSearch
| Name | FPoseSearchCost |
| Type | struct |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchCost.h |
| Include Path | #include "PoseSearch/PoseSearchCost.h" |
Syntax
USTRUCT ()
struct FPoseSearchCost
Constructors
| 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 |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPoseSearchCost() |
PoseSearch/PoseSearchCost.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CostAddend | float | PoseSearch/PoseSearchCost.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetContinuingInteractionCostAddend() |
PoseSearch/PoseSearchCost.h | ||
float GetContinuingPoseCostAddend() |
PoseSearch/PoseSearchCost.h | ||
float GetCostAddend() |
PoseSearch/PoseSearchCost.h | ||
float GetNotifyCostAddend() |
PoseSearch/PoseSearchCost.h | ||
float GetTotalCost() |
PoseSearch/PoseSearchCost.h | ||
bool IsValid() |
PoseSearch/PoseSearchCost.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsCostValid
(
const float Cost |
PoseSearch/PoseSearchCost.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator float() |
PoseSearch/PoseSearchCost.h | ||
FPoseSearchCost & operator=
(
const FPoseSearchCost& |
PoseSearch/PoseSearchCost.h | ||
FPoseSearchCost & operator=
(
FPoseSearchCost&& |
PoseSearch/PoseSearchCost.h |