Skip to content

Commit

Permalink
[#60] Switch to GetSingleTagContainer()
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyPaddock committed Jul 19, 2024
1 parent 86555be commit 2f06e7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace PF2GameplayAbilityUtilities
const FGameplayTag WeightTagParent = Pf2TagGameplayEffectWeightGroups;
const UGameplayEffect* Effect = GameplayEffect.GetDefaultObject();

const FGameplayTagContainer WeightTags = Effect->GetAssetTags().Filter(FGameplayTagContainer(WeightTagParent));
const FGameplayTagContainer WeightTags = Effect->GetAssetTags().Filter(WeightTagParent.GetSingleTagContainer());

if (WeightTags.IsEmpty())
{
Expand Down

0 comments on commit 2f06e7c

Please sign in to comment.