Navigation
API > API/Plugins > API/Plugins/GameplayAbilities
| Name | UAbilityTask_WaitGameplayEffectApplied_Self |
| Type | class |
| Header File | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h |
| Include Path | #include "Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h" |
Syntax
UCLASS (MinimalAPI)
class UAbilityTask_WaitGameplayEffectApplied_Self : public UAbilityTask_WaitGameplayEffectApplied
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGameplayTask → UAbilityTask → UAbilityTask_WaitGameplayEffectApplied → UAbilityTask_WaitGameplayEffectApplied_Self
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAbilityTask_WaitGameplayEffectApplied_Self
(
const FObjectInitializer& ObjectInitializer |
Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnApplied | FGameplayEffectAppliedSelfDelegate | Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnApplyGameplayEffectCallbackDelegateHandle | FDelegateHandle | Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h | ||
| OnPeriodicGameplayEffectExecuteCallbackDelegateHandle | FDelegateHandle | Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h |
Functions
Public
Protected
Overridden from UAbilityTask_WaitGameplayEffectApplied
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BroadcastDelegate
(
AActor* Avatar, |
Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h | ||
virtual void RegisterDelegate() |
Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h | ||
virtual void RemoveDelegate() |
Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UAbilityTask_WaitGameplayEffectApplied_Self * WaitGameplayEffectAppliedToSelf
(
UGameplayAbility* OwningAbility, |
Wait until the owner receives a GameplayEffect from a given source (the source may be the owner too!). | Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h |
|
static 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!). | Abilities/Tasks/AbilityTask_WaitGameplayEffectApplied_Self.h |
|