How to use Python code in Unreal Engine and package the game for Windows
  • Intro
  • Creating an empty Unreal Engine Project
  • Installing Python in the system
  • Creating Python TCP Server
  • Creating a widget to send and receive data from the Python server
  • Packaging the game
  • Example project