UAbilityTask_WaitTargetData::OnTargetDataCancelledCallback

The TargetActor we spawned locally has called back with a cancel event (they still include the 'last/best' targetdata but the consumer of this may want to discard it)

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/Tasks/AbilityTask_WaitTargetData.h

Include

#include "Abilities/Tasks/AbilityTask_WaitTargetData.h"

Source

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/Abilities/Tasks/AbilityTask_WaitTargetData.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)()
void OnTargetDataCancelledCallback
(
    const FGameplayAbilityTargetDataHandle & Data
)

Remarks

The TargetActor we spawned locally has called back with a cancel event (they still include the 'last/best' targetdata but the consumer of this may want to discard it)

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