Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/Abilities > API/Plugins/GameplayAbilities/Abilities/Tasks
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGameplayTask
- UAbilityTask
- UAbilityTask_WaitGameplayEffectApplied
- UAbilityTask_WaitGameplayEffectApplied_Self
References
| Module | GameplayAbilities |
| Header | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h |
| Include | #include "Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h" |
Syntax
UCLASS&40;&41;
class UAbilityTask_WaitGameplayEffectApplied_Self : public UAbilityTask_WaitGameplayEffectApplied
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGameplayEffectAppliedSelfDelegate | OnApplied |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAbilityTask_WaitGameplayEffectApplied_Self
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UAbilityTask_WaitGameplayEffectApplied_Self * | WaitGameplayEffectAppliedToSelf
(
UGameplayAbility* OwningAbility, |
Wait until the owner receives a GameplayEffect from a given source (the source may be the owner too!). | |
| UAbilityTask_WaitGameplayEffectApplied_Self * | WaitGameplayEffectAppliedToSelf_Query
(
UGameplayAbility* OwningAbility, |
Wait until the owner receives a GameplayEffect from a given source (the source may be the owner too!). |
Overridden from UAbilityTask_WaitGameplayEffectApplied
| Type | Name | Description | |
|---|---|---|---|
| void | BroadcastDelegate
(
AActor* Avatar, |
||
| void | |||
| void |