EGameplayTargetingConfirmation::Type

Describes how the targeting information is confirmed

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/Abilities/GameplayAbilityTargetTypes.h

Include

#include "Abilities/GameplayAbilityTargetTypes.h"

Syntax

namespace EGameplayTargetingConfirmation
{
    enum Type
    {
        Instant,
        UserConfirmed,
        Custom,
        CustomMulti,
    }
}

Values

Name

Description

Instant

The targeting happens instantly without special logic or user input deciding when to 'fire'

UserConfirmed

The targeting happens when the user confirms the targeting

Custom

The GameplayTargeting Ability is responsible for deciding when the targeting data is ready.

CustomMulti

The GameplayTargeting Ability is responsible for deciding when the targeting data is ready.

Remarks

Describes how the targeting information is confirmed

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