开启python plugin
设置plugin生成unreal.py文件
开启开发者模式重启引擎,可以在\your_unreal_project\Intermediate\PythonStub文件夹下生成unreal.py文件
设置pycharm编译路径
设置路径调整最大文件大小
由于文件过大,导致pycharm不去扫描该文件。打开 help→ Edit Custom Properties
设置扫描文件大小在其中输入:
idea.max.intellisense.filesize=500000
网友评论