Skip to content

Commit

Permalink
Merge pull request #128 from CodewareGames/5.3.1-iwyu-fix
Browse files Browse the repository at this point in the history
Update OWSCharacterWithAbilities.cpp
  • Loading branch information
Dartanlla authored Oct 27, 2023
2 parents ac6993c + d3d76ae commit d7cfd4e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
#include "GameplayTagContainer.h"
#include "GameplayTagsModule.h"
#include "OWSAttributeSet.h"
#include "OWSAdvancedProjectile.h"
//#include "OWSGameplayAbility.h"
#include "Runtime/Engine/Classes/GameFramework/PlayerState.h"

class AOWSAdvancedProjectile;

#define CONSTRUCT_CLASS(Class, Name) Class* Name = NewObject<Class>(GetTransientPackage(), FName(TEXT(#Name)))

FName AOWSCharacterWithAbilities::AbilitySystemComponentName(TEXT("AbilitySystem"));
Expand Down

0 comments on commit d7cfd4e

Please sign in to comment.