FPoseSearchExtrapolationParameters

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 FPoseSearchExtrapolationParameters

Variables

Name Description

Public variable UProperty Category, EditAnywhere

float

 

AngularSpeedThreshold

If the angular root motion speed in degrees is below this value, it will be treated as zero.

Public variable UProperty Category, EditAnywhere

float

 

LinearSpeedThreshold

If the root motion linear speed is below this value, it will be treated as zero.

Public variable UProperty Category, EditAnywhere

float

 

SampleTime

Time from sequence start/end used to extrapolate the trajectory.