UAbilityTask_WaitInputPress

Waits until the input is pressed from activating an ability.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitInputPress.h

Include

#include "Abilities/Tasks/AbilityTask_WaitInputPress.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class UAbilityTask_WaitInputPress : public UAbilityTask

Remarks

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

Variables

Name Description

Protected variable

bool

 

bTestInitialState

Protected variable

FDelegateHandle

 

DelegateHandle

Public variable UProperty BlueprintAssignable

FInputPressDele...

 

OnPress

Protected variable

float

 

StartTime

Constructors

Name Description

Public function

UAbilityTask_WaitInputPress

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function UFunction

void

 

OnPressCallback()

Public function Static UFunction BlueprintCallable, Category, Meta

UAbilityTask...

 

WaitInputPress

(
    UGameplayAbility* OwningAbilit...,
    bool bTestAlreadyPressed
)

Wait until the user presses the input button for this ability's activation.

Overridden from UGameplayTask

Name Description

Public function Virtual

void

 

Activate()

Called to trigger the actual task once the delegates have been set up Note that the default implementation does nothing and you don't have to call it

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss