Navigation
API > API/Plugins > API/Plugins/PoseSearch
Helper class for extracting and encoding features into a float buffer
| Name | FFeatureVectorHelper |
| Type | class |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchFeatureChannel.h |
| Include Path | #include "PoseSearch/PoseSearchFeatureChannel.h" |
Syntax
class FFeatureVectorHelper
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Copy
(
TArrayView< float > Values, |
PoseSearch/PoseSearchFeatureChannel.h | ||
static float DecodeFloat
(
TConstArrayView< float > Values, |
PoseSearch/PoseSearchFeatureChannel.h | ||
static FVector DecodeVector
(
TConstArrayView< float > Values, |
PoseSearch/PoseSearchFeatureChannel.h | ||
static FVector2D DecodeVector2D
(
TConstArrayView< float > Values, |
PoseSearch/PoseSearchFeatureChannel.h | ||
static void EncodeFloat
(
TArrayView< float > Values, |
PoseSearch/PoseSearchFeatureChannel.h | ||
static void EncodeVector
(
TArrayView< float > Values, |
PoseSearch/PoseSearchFeatureChannel.h | ||
static void EncodeVector2D
(
TArrayView< float > Values, |
PoseSearch/PoseSearchFeatureChannel.h | ||
static int32 GetVectorCardinality
(
EComponentStrippingVector ComponentStrippingVector |
PoseSearch/PoseSearchFeatureChannel.h |