FPoseSearchDatabaseSequence

An entry in a [UPoseSearchDatabase](API\Plugins\PoseSearch\PoseSearch\UPoseSearchDatabase).

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(BlueprintType, Category="Animation|Pose Search")
struct FPoseSearchDatabaseSequence

Remarks

An entry in a UPoseSearchDatabase.

Variables

Name Description

Public variable UProperty Category, EditAnywhere

bool

 

bLoopAnimation

Public variable UProperty Category, EditAnywhere

bool

 

bLoopFollowUpAnimation

Public variable UProperty Category, EditAnywhere

bool

 

bLoopLeadInAnimation

Public variable UProperty

int32

 

FirstPoseIdx

Public variable UProperty Category, EditAnywhere

TObjectPtr< UAn...

 

FollowUpSequence

Used for sampling future pose information at the end of the main sequence.

Public variable UProperty Category, EditAnywhere

TObjectPtr< UAn...

 

LeadInSequence

Used for sampling past pose information at the beginning of the main sequence.

Public variable UProperty

int32

 

NumPoses

Public variable UProperty Category, EditAnywhere

FFloatInterval

 

SamplingRange

Public variable UProperty Category, EditAnywhere

TObjectPtr< UAn...

 

Sequence