Skip to content

Commit

Permalink
fix includes for RunUAT BuildPlugin errors
Browse files Browse the repository at this point in the history
  • Loading branch information
CanisHelix committed Jun 9, 2021
1 parent 06613da commit bde9515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#pragma once

#include "CoreMinimal.h"
#include "Camera/CameraShakeBase.h"
#include "Animation/AnimNotifies/AnimNotify.h"
#include "ALSAnimNotifyCameraShake.generated.h"

Expand Down
2 changes: 2 additions & 0 deletions Source/ALSV4_CPP/Public/Library/ALSCharacterStructLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

#include "CoreMinimal.h"
#include "Engine/DataTable.h"
#include "PhysicalMaterials/PhysicalMaterial.h"
#include "Materials/MaterialInterface.h"
#include "Library/ALSCharacterEnumLibrary.h"

#include "ALSCharacterStructLibrary.generated.h"
Expand Down

0 comments on commit bde9515

Please sign in to comment.