UAbilityTask_VisualizeTargeting::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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UGameplayTask::Activate()

UAbilityTask_VisualizeTargeting::Activate()

References

Module

GameplayAbilities

Header

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

Include

#include "Abilities/Tasks/AbilityTask_VisualizeTargeting.h"

Source

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

Syntax

virtual void Activate()

Remarks

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