FPoseSearchChannelDynamicWeightParams

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 FPoseSearchChannelDynamicWeightParams

Variables

Name Description

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

float

 

ChannelWeightScale

Multiplier for the contribution of this score component. Final weight will be normalized with other channels after scaling.

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

float

 

HistoryWeightScale

Multiplier for history score contribution. Normalized with prediction weight after scaling.

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

float

 

PredictionWeightScale

Multiplier for prediction score contribution. Normalized with history weight after scaling.

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FPoseSearchChannelDynamicWeig...
)

Public function Const

bool

 

operator==

(
    const FPoseSearchChannelDynamicWeig...
)