FPoseSearchChannelWeightParams

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 FPoseSearchChannelWeightParams

Variables

Name Description

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite

float

 

ChannelWeight

Contribution of this score component. Normalized with other channels.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FPoseSearchChan...

 

HistoryParams

History horizon params (for sample offsets <= 0)

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FPoseSearchChan...

 

PredictionParams

Prediction horizon params (for sample offsets > 0)

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

TMap< EPoseSear...

 

TypeWeights

Contribution of each type within this channel.

Constructors