unreal.AbilityTask_WaitInputPress

class unreal.AbilityTask_WaitInputPress(outer: Optional[Object] = None, name: Union[Name, str] = 'None')

Bases: AbilityTask

Waits until the input is pressed from activating an ability. This should be true immediately upon starting the ability, since the key was pressed to activate it. We expect server to execute this task in parallel and keep its own time. We do not keep track of

C++ Source:

  • Plugin: GameplayAbilities

  • Module: GameplayAbilities

  • File: AbilityTask_WaitInputPress.h

Editor Properties: (see get_editor_property/set_editor_property)

  • on_press (InputPressDelegate): [Read-Write] On Press

property on_press: InputPressDelegate

[Read-Write] On Press

Type:

(InputPressDelegate)