unreal.InputScaleBias

class unreal.InputScaleBias(scale=1.0, bias=0.0)

Bases: unreal.StructBase

Input scaling struct

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

[Read-Write] Bias

Type

(float)

property scale

[Read-Write] Scale

Type

(float)