Skip to content

Commit 0c981c2

Browse files
Updated from pipeline, Version : 24.0.3
1 parent 6f18c7f commit 0c981c2

File tree

5 files changed

+21
-10
lines changed

5 files changed

+21
-10
lines changed

.variables

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export LEVEL=CRITICAL
22
export REPO_NAME=justice-unreal-sdk-plugin
3-
export WORKDIR=/tmp/pipelines/5028228630/994460310/
4-
export COMMIT_HASH=5da909e3ccdbe35690b9152a655c328685f049c8
5-
export GIT_HASH=5da909e3ccdbe35690b9152a655c328685f049c8
6-
export VERSION=24.0.2
7-
export REVISION_ID=24.0.2
3+
export WORKDIR=/tmp/pipelines/5045440045/997352614/
4+
export COMMIT_HASH=5abd0de4476a547b7d33ac6aee8e41b4c7fac09e
5+
export GIT_HASH=5abd0de4476a547b7d33ac6aee8e41b4c7fac09e
6+
export VERSION=24.0.3
7+
export REVISION_ID=24.0.3
88
9-
export COMMIT_MESSAGE_BASE64='Y2hvcmUocmVsZWFzZSk6IDI0LjAuMiAtIGNvbW1pdGVkIGFuZCB0YWdnZWQgYnkgSmVua2lucwo='
9+
export COMMIT_MESSAGE_BASE64='Y2hvcmUocmVsZWFzZSk6IDI0LjAuMyAtIGNvbW1pdGVkIGFuZCB0YWdnZWQgYnkgSmVua2lucwo='

AccelByteUe4Sdk.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
3-
"Version": 42,
4-
"VersionName": "24.0.2",
3+
"Version": 43,
4+
"VersionName": "24.0.3",
55
"FriendlyName": "AccelByte Unreal Engine SDK",
66
"Description": "Official AccelByte SDK for Unreal Engine 4",
77
"Category": "Online Platform",

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [24.0.3](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/branches/compare/24.0.3%0D24.0.2) (2023-09-08)
6+
7+
8+
### Bug Fixes
9+
10+
* deprecation warning for IWYU support in Unreal Engine 5.2 ([407f29b](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/407f29b42e424769d8198f0b270b49097746b23b))
11+
512
### [24.0.2](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/branches/compare/24.0.2%0D24.0.1) (2023-09-06)
613

714

Source/AccelByteUe4Sdk/AccelByteUe4Sdk.Build.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ public AccelByteUe4Sdk(ReadOnlyTargetRules Target) : base(Target)
1818
bLegacyPublicIncludePaths = false;
1919
DefaultBuildSettings = BuildSettingsVersion.V2;
2020
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
21-
21+
22+
#if UE_5_2_OR_LATER
23+
IWYUSupport = IWYUSupport.Full;
24+
#else
2225
bEnforceIWYU = true;
26+
#endif
2327

2428
PublicIncludePaths.Add(Path.Combine(ModuleDirectory, "Public"));
2529
PrivateIncludePaths.Add(Path.Combine(ModuleDirectory, "Private"));

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "24.0.2"
2+
"version": "24.0.3"
33
}

0 commit comments

Comments
 (0)