FPoseSearchChannelHorizonParams

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 FPoseSearchChannelHorizonParams

Variables

Name Description

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

bool

 

bInterpolate

Whether to interpolate samples within this horizon.

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

float

 

InitialValue

Horizon sample weights will be interpolated from InitialValue to 1.0 - InitialValue and then normalized.

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

EAlphaBlendOpti...

 

InterpolationMethod

Curve type for horizon interpolation.

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

float

 

Weight

Total score contribution of all samples within this horizon, normalized with other horizons.