unreal.InputModifierNegate

class unreal.InputModifierNegate(outer=None, name='None')

Bases: unreal.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] X

  • y (bool): [Read-Write] Y

  • z (bool): [Read-Write] Z

property x

[Read-Write] X

Type

(bool)

property y

[Read-Write] Y

Type

(bool)

property z

[Read-Write] Z

Type

(bool)