UAbilityAsync_WaitGameplayTagAdded

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/Async/AbilityAsync_WaitGameplayTag.h

Include

#include "Abilities/Async/AbilityAsync_WaitGameplayTag.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class UAbilityAsync_WaitGameplayTagAdded : public UAbilityAsync_WaitGameplayTag

Variables

Name Description

Public variable UProperty BlueprintAssignable

FAsyncWaitGamep...

 

Added

Functions

Name Description

Public function Static UFunction BlueprintCallable, Category, Meta

UAbilityAsyn...

 

WaitGameplayTagAddToActor

(
    AActor* TargetActor,
    FGameplayTag Tag,
    bool OnlyTriggerOnce
)

Wait until the specified gameplay tag is Added to Target Actor's ability component If the tag is already present when this task is started, it will immediately broadcast the Added event.

Overridden from UAbilityAsync_WaitGameplayTag

Name Description

Public function Virtual

void

 

BroadcastDelegate()

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