Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearch.h |
Include |
#include "PoseSearch/PoseSearch.h" |
USTRUCT(BlueprintType, Category="Animation|Pose Search")
struct FPoseSearchChannelHorizonParams
Name | Description | ||
---|---|---|---|
|
bInterpolate |
Whether to interpolate samples within this horizon. |
|
|
float |
InitialValue |
Horizon sample weights will be interpolated from InitialValue to 1.0 - InitialValue and then normalized. |
|
InterpolationMethod |
Curve type for horizon interpolation. |
|
|
float |
Weight |
Total score contribution of all samples within this horizon, normalized with other horizons. |