unreal.K2Node_InputKey¶
- class unreal.K2Node_InputKey(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
K2NodeK2Node 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 heldcommand(bool): [Read-Write] Does this binding require the windows key on PC or the control key on Mac to be heldconsume_input(bool): [Read-Write] Prevents actors with lower priority from handling this inputcontrol(bool): [Read-Write] Does this binding require the control key on PC or the command key on Mac to be helderror_msg(str): [Read-Write] Error/Warning descriptionexecute_when_paused(bool): [Read-Write] Should the binding execute even when the game is pausedinput_key(Key): [Read-Write] The key that is boundoverride_parent_binding(bool): [Read-Write] Should any bindings to this event in parent classes be removedshift(bool): [Read-Write] Does this binding require the shift key to be held