FPoseSearchFeatureVectorLayout

Explicit description of a pose feature vector.

Choose your operating system:

Windows

macOS

Linux

References

Module

PoseSearch

Header

/Engine/Plugins/Experimental/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearch.h

Include

#include "PoseSearch/PoseSearch.h"

Syntax

USTRUCT()
struct FPoseSearchFeatureVectorLayout

Remarks

Explicit description of a pose feature vector. Determined by options set in a UPoseSearchSchema and owned by the schema. See UPoseSearchSchema::GenerateLayout().

Variables

Name Description

Public variable UProperty

TArray< FPoseSe...

 

Features

Public variable UProperty

int32

 

NumFloats

Functions

Name Description

Public function Const

bool

 

EnumerateBy

(
    int32 ChannelIdx,
    EPoseSearchFeatureType Type,
    int32& InOutFeatureIdx
)

Public function

void

 

Init()

Public function Const

bool

 

IsValid

(
    int32 MaxNumBones
)

Public function

void

 

Reset()