Skip to content

Commit 2f10ec4

Browse files
committed
change unreal engine to 4.24
1 parent 358e9df commit 2f10ec4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FileSDK.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"DocsURL": "https://github.com/IncantaGames/unreal-bp-file-sdk",
1111
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/4f737815666c4e7dabf2043fb55a8419",
1212
"SupportURL": "https://discord.gg/5hFrK2D",
13-
"EngineVersion": "4.26.0",
13+
"EngineVersion": "4.24.0",
1414
"CanContainContent": false,
1515
"IsBetaVersion": false,
1616
"IsExperimentalVersion": false,

build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
echo off
22

3-
set LINUX_MULTIARCH_ROOT=C:\UnrealToolchains\v17_clang-10.0.1-centos7\
3+
set LINUX_MULTIARCH_ROOT=C:\UnrealToolchains\v15_clang-8.0.1-centos7\
44
%LINUX_MULTIARCH_ROOT%x86_64-unknown-linux-gnu\bin\clang++ -v
55

6-
"C:\Program Files\Epic Games\UE_4.26\Engine\Build\BatchFiles\RunUAT.bat" ^
6+
"C:\Program Files\Epic Games\UE_4.24\Engine\Build\BatchFiles\RunUAT.bat" ^
77
BuildPlugin ^
88
-Plugin=%CD%\FileSDK.uplugin ^
99
-Package=%CD%\Dist ^

0 commit comments

Comments
 (0)