unreal.K2Node_InputKey

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

Bases: K2Node

K2Node Input Key

C++ Source:

  • Module: BlueprintGraph

  • File: K2Node_InputKey.h

Editor Properties: (see get_editor_property/set_editor_property)

  • alt (bool): [Read-Write] Does this binding require the alt key to be held

  • command (bool): [Read-Write] Does this binding require the windows key on PC or the control key on Mac to be held

  • consume_input (bool): [Read-Write] Prevents actors with lower priority from handling this input

  • control (bool): [Read-Write] Does this binding require the control key on PC or the command key on Mac to be held

  • error_msg (str): [Read-Write] Error/Warning description

  • execute_when_paused (bool): [Read-Write] Should the binding execute even when the game is paused

  • input_key (Key): [Read-Write] The key that is bound

  • override_parent_binding (bool): [Read-Write] Should any bindings to this event in parent classes be removed

  • shift (bool): [Read-Write] Does this binding require the shift key to be held