Skip to content

Commit

Permalink
OWSPlugin fixes for possible compilation errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreDartStudios committed Sep 19, 2023
1 parent 10bb01f commit 764143d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "OWSAdvancedProjectile.h"
#include "OWSPlugin.h"
#include "OWSCharacterWithAbilities.h"
#include "Net/UnrealNetwork.h"
#include "Runtime/Engine/Classes/GameFramework/Volume.h"
#include "Runtime/Engine/Classes/Components/MeshComponent.h"
Expand All @@ -12,7 +13,6 @@
#include "Abilities/GameplayAbilityTargetTypes.h"
#include "AbilitySystemBlueprintLibrary.h"

class AOWSCharacterWithAbilities;
class UAbilitySystemComponent;
class UGameplayTagsManager;
class IAbilitySystemInterface;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2018 Sabre Dart Studios

#include "OWSCharacterMovementComponent.h"
#include "GameFramework/Character.h"
#include "Components/CapsuleComponent.h"
#include "DrawDebugHelpers.h"
#include "Kismet/GameplayStaticsTypes.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include "OWSCharacterWithAbilities.h"
#include "OWSPlugin.h"
#include "OWSAdvancedProjectile.h"
#include "EngineUtils.h"
#include "Net/UnrealNetwork.h"
#include "Runtime/Online/HTTP/Public/Http.h"
Expand All @@ -16,6 +15,8 @@
//#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
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "Net/UnrealNetwork.h"
#include "Runtime/Online/HTTP/Public/Http.h"
#include "Net/UnrealNetwork.h"
#include "OWSCharacterWithAbilities.h"
#include "OWSCharacter.h"
#include "OWSGameMode.h"
#include "OWSGameInstance.h"
Expand Down

0 comments on commit 764143d

Please sign in to comment.