unreal.PoseSearchChannelDynamicWeightParams

class unreal.PoseSearchChannelDynamicWeightParams(channel_weight_scale=1.0, history_weight_scale=1.0, prediction_weight_scale=1.0)

Bases: unreal.StructBase

Pose Search Channel Dynamic Weight Params

C++ Source:

  • Plugin: PoseSearch

  • Module: PoseSearch

  • File: PoseSearch.h

Editor Properties: (see get_editor_property/set_editor_property)

  • channel_weight_scale (float): [Read-Write] Channel Weight Scale: Multiplier for the contribution of this score component. Final weight will be normalized with other channels after scaling.

  • history_weight_scale (float): [Read-Write] History Weight Scale: Multiplier for history score contribution. Normalized with prediction weight after scaling.

  • prediction_weight_scale (float): [Read-Write] Prediction Weight Scale: Multiplier for prediction score contribution. Normalized with history weight after scaling.

property channel_weight_scale

[Read-Write] Channel Weight Scale: Multiplier for the contribution of this score component. Final weight will be normalized with other channels after scaling.

Type

(float)

property history_weight_scale

[Read-Write] History Weight Scale: Multiplier for history score contribution. Normalized with prediction weight after scaling.

Type

(float)

property prediction_weight_scale

[Read-Write] Prediction Weight Scale: Multiplier for prediction score contribution. Normalized with history weight after scaling.

Type

(float)