UAbilitySystemBlueprintLibrary::GetAllLinkedGameplayEffectSpecHandles

Returns handles for all Linked GE Specs that SpecHandle may apply.

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

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

Include

#include "AbilitySystemBlueprintLibrary.h"

Source

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="Ability|GameplayEffect")
static TArray< FGameplayEffectSpecHandle > GetAllLinkedGameplayEffectSpecHandles
(
    FGameplayEffectSpecHandle SpecHandle
)

Remarks

Returns handles for all Linked GE Specs that SpecHandle may apply. Useful if you want to append additional information to them.

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