Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayTag.h |
Include |
#include "Abilities/Tasks/AbilityTask_WaitGameplayTag.h" |
UCLASS()
class UAbilityTask_WaitGameplayTagAdded : public UAbilityTask_WaitGameplayTag
Name | Description | ||
---|---|---|---|
|
Added |
Name | Description | |
---|---|---|
|
UAbilityTask_WaitGameplayTagAdded ( |
Name | Description | ||
---|---|---|---|
|
UAbilityTask... |
WaitGameplayTagAdd ( |
Wait until the specified gameplay tag is Added. |
Name | Description | ||
---|---|---|---|
|
GameplayTagCallback ( |
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 |