UAbilitySystemGlobals::DeriveGameplayCueTagFromAssetName

Sets a default gameplay cue tag using the asset's name. Returns true if it changed the tag.

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/AbilitySystemGlobals.h

Include

#include "AbilitySystemGlobals.h"

Source

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/AbilitySystemGlobals.cpp

Syntax

static bool DeriveGameplayCueTagFromAssetName
(
    FString AssetName,
    FGameplayTag & GameplayCueTag,
    FName & GameplayCueName
)

Remarks

Sets a default gameplay cue tag using the asset's name. Returns true if it changed the tag.

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