unreal.InputClampConstants

class unreal.InputClampConstants(clamp_result: bool = False, interp_result: bool = False, clamp_min: float = 0.0, clamp_max: float = 0.0, interp_speed_increasing: float = 0.0, interp_speed_decreasing: float = 0.0)

Bases: StructBase

Input modifier with clamping and interpolation

C++ Source:

  • Module: Engine

  • File: InputScaleBias.h

Editor Properties: (see get_editor_property/set_editor_property)

  • clamp_max (float): [Read-Write]

  • clamp_min (float): [Read-Write]

  • clamp_result (bool): [Read-Write]

  • interp_result (bool): [Read-Write]

  • interp_speed_decreasing (float): [Read-Write]

  • interp_speed_increasing (float): [Read-Write]

property clamp_max: float

[Read-Write]

Type:

(float)

property clamp_min: float

[Read-Write]

Type:

(float)

property clamp_result: bool

[Read-Write]

Type:

(bool)

property interp_result: bool

[Read-Write]

Type:

(bool)

property interp_speed_decreasing: float

[Read-Write]

Type:

(float)

property interp_speed_increasing: float

[Read-Write]

Type:

(float)