Unreal Module via PyCharm

My PyCharm does not recognize “import unreal” as a module. I do not see an option to in Unreal or PyCham to include the unreal Python as a module inside PyCharm.

Any suggestions to get this module loaded into my PyCharm?

resolved - solution below.

Never mind, I’ve figured it out myself by enabling the Python developer mode. This created the “unreal.py” I was looking for.

if you have unreal.py file, then you can feel free to create your py file in this folder which is include “unreal.py”
Pycharm need to set, otherwise you can’t use it in Pycharm
Pycharm>Help>Edit Custom Properties
#“Add below code”
idea.max.intellisense.filesize=11000 Reset Pycharm. Go!

1 Like

Does this mean that I have to save my python scripts in the same folder as unreal.py for my specific unreal project?