FPoseSearchIndex

A search index for animation poses.

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 FPoseSearchIndex

Remarks

A search index for animation poses. The structure of the search index is determined by its UPoseSearchSchema. May represent a single animation (see UPoseSearchSequenceMetaData) or a collection (see UPoseSearchDatabase).

Variables

Name Description

Public variable UProperty

int32

 

NumPoses

Public variable UProperty

FPoseSearchInde...

 

PreprocessInfo

Public variable UProperty

TObjectPtr< con...

 

Schema

Public variable UProperty

TArray< float >

 

Values

Functions

Name Description

Public function Const

TArrayView< ...

 

GetPoseValues

(
    int32 PoseIdx
)

Public function Const

void

 

InverseNormalize

(
    TArrayView< float > PoseVector
)

Public function Const

bool

 

IsValid()

Public function Const

void

 

Normalize

(
    TArrayView< float > PoseVector
)

Public function

void

 

Reset()