Skip to content

Commit

Permalink
Update for Unreal Engine 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaslassance committed Nov 4, 2023
1 parent f62f652 commit a60c65a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Shaker.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"EngineVersion": "5.2.0",
"EngineVersion": "5.3.0",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac", "XboxOne", "PS4", "IOS", "Android", "HTML5", "Linux" ],
"FriendlyName": "Shaker",
"Description": "Shake anything and everything!",
Expand Down
3 changes: 1 addition & 2 deletions Source/Shaker/Public/ShakerShake.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
#pragma once

#include "CoreMinimal.h"
#include "UObject/NoExportTypes.h"
#include "GameplayCameras/Public/MatineeCameraShake.h"
#include "LegacyCameraShake.h"
#include "ShakerShake.generated.h"

class UShakerComponent;
Expand Down

0 comments on commit a60c65a

Please sign in to comment.