unreal.InputScaleBias

class unreal.InputScaleBias(scale: float = 0.0, bias: float = 0.0)

Bases: StructBase

Input modifier with scaling and biasing

C++ Source:

  • Module: Engine

  • File: InputScaleBias.h

Editor Properties: (see get_editor_property/set_editor_property)

  • bias (float): [Read-Write] Bias

  • scale (float): [Read-Write] Scale

property bias: float

[Read-Write] Bias

Type:

(float)

property scale: float

[Read-Write] Scale

Type:

(float)