unreal.InputModifierNegate

class unreal.InputModifierNegate(outer: Object | None = None, name: Name | str = 'None')

Bases: InputModifier

Negate Inverts input per axis

C++ Source:

  • Plugin: EnhancedInput

  • Module: EnhancedInput

  • File: InputModifiers.h

Editor Properties: (see get_editor_property/set_editor_property)

  • x (bool): [Read-Write]

  • y (bool): [Read-Write]

  • z (bool): [Read-Write]

property x: bool

[Read-Write]

Type:

(bool)

property y: bool

[Read-Write]

Type:

(bool)

property z: bool

[Read-Write]

Type:

(bool)