Skip to content

Commit

Permalink
Merge pull request #251 from CanisHelix/fix_uat_packaging
Browse files Browse the repository at this point in the history
fix includes for RunUAT BuildPlugin errors
  • Loading branch information
dyanikoglu committed Jun 9, 2021
2 parents 06613da + bde9515 commit b64caa8
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 b64caa8

Please sign in to comment.