mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Report the engine version on build
This commit is contained in:
parent
61e7b402be
commit
7cf249f05d
@ -80,6 +80,8 @@ try {
|
|||||||
$uproject = Get-Content $uprojfile | ConvertFrom-Json
|
$uproject = Get-Content $uprojfile | ConvertFrom-Json
|
||||||
$uversion = $uproject.EngineAssociation
|
$uversion = $uproject.EngineAssociation
|
||||||
|
|
||||||
|
Write-Output "Engine version is $uversion"
|
||||||
|
|
||||||
# UE4INSTALL env var should point at the root of the *specific version* of
|
# UE4INSTALL env var should point at the root of the *specific version* of
|
||||||
# UE4 you want to use. This is mainly for use in source builds, default is
|
# UE4 you want to use. This is mainly for use in source builds, default is
|
||||||
# to build it from version number and root of all UE4 binary installs
|
# to build it from version number and root of all UE4 binary installs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user