Skip to content

Commit

Permalink
change unreal engine to 4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseese committed Dec 31, 2020
1 parent b6809ed commit 89a714e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FileSDK.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"DocsURL": "https://github.com/IncantaGames/unreal-bp-file-sdk",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/4f737815666c4e7dabf2043fb55a8419",
"SupportURL": "https://discord.gg/5hFrK2D",
"EngineVersion": "4.26.0",
"EngineVersion": "4.24.0",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
Expand Down
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
echo off

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

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

0 comments on commit 89a714e

Please sign in to comment.