TensorFlow

I am a newer on unreal engine.
there is one problem in unreal engine as following, is there some way to use python and tensorflow on the runing mode??


Unlike Blueprints, the Python environment is only available in the Unreal Editor , not when your Project is running in the Unreal Engine in any mode, including Play In Editor, Standalone Game, cooked executable, etc. That means that you can use Python freely for scripting and automating the Editor or building asset production pipelines, but you cannot currently use it as a gameplay scripting language.

2 Likes