Skip to content

Commit 6966dcc

Browse files
author
Roberto De Ioris
committed
added release_check.py
1 parent 2ef7274 commit 6966dcc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/release_check.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import unreal_engine as ue
2+
import sys
3+
4+
ue.log_warning('UnrealEnginePython build check: {0}/UE{1}.{2}'.format(sys.version, ue.ENGINE_MAJOR_VERSION, ue.ENGINE_MINOR_VERSION))

0 commit comments

Comments
 (0)