Skip to content

Commit 51b36be

Browse files
committed
stop endplay warning
- bump 0.9 for 4.20 updates
1 parent f1d50be commit 51b36be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Content/Scripts/TensorFlowComponent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def begin_play(self):
3535
#call our tfapi setup, typically on another thread
3636
self.setup()
3737

38-
def end_play(self):
38+
def end_play(self, reason):
3939
self.ValidGameWorld = False
4040
self.stop_training()
4141

TensorFlow.uplugin

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 1,
4-
"VersionName": "0.8.1",
4+
"VersionName": "0.9.0",
55
"FriendlyName": "TensorFlow",
66
"Description": "Unofficial TensorFlow plugin for UE4. Enables state of the art machine learning via python and blueprints.",
77
"Category": "Computing",

0 commit comments

Comments
 (0)