Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitInputPress.h |
Include |
#include "Abilities/Tasks/AbilityTask_WaitInputPress.h" |
UCLASS()
class UAbilityTask_WaitInputPress : public UAbilityTask
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
Name | Description | ||
---|---|---|---|
|
bTestInitialState |
||
|
DelegateHandle |
||
|
OnPress |
||
|
float |
StartTime |
Name | Description | |
---|---|---|
|
UAbilityTask_WaitInputPress ( |
Name | Description | ||
---|---|---|---|
|
OnPressCallback() |
||
|
UAbilityTask... |
WaitInputPress ( |
Wait until the user presses the input button for this ability's activation. |
Name | Description | ||
---|---|---|---|
|
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 |