Skip to content

Commit

Permalink
Fix Missing Import
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyPaddock committed Jul 16, 2024
1 parent 9bbdca2 commit 4e5d7f7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

#include "Items/Weapons/PF2WeaponInterface.h"

#include "Utilities/PF2InterfaceUtilities.h"

bool UPF2AbilitySystemLibrary::WasEventTriggeredByAbility(const FGameplayEventData& EventData)
{
const FGameplayEffectContextHandle ContextHandle = EventData.ContextHandle;
Expand Down

0 comments on commit 4e5d7f7

Please sign in to comment.