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 19, 2024
1 parent a497c25 commit ab3b9ca
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 ab3b9ca

Please sign in to comment.