美文网首页Unreal 技术笔记
Pycharm 配置unreal python 环境

Pycharm 配置unreal python 环境

作者: 子夜书案 | 来源:发表于2022-07-22 11:19 被阅读0次

    开启python plugin

    设置plugin

    生成unreal.py文件

    开启开发者模式

    重启引擎,可以在\your_unreal_project\Intermediate\PythonStub文件夹下生成unreal.py文件

    设置pycharm编译路径

    设置路径

    调整最大文件大小

    由于文件过大,导致pycharm不去扫描该文件。打开 help→ Edit Custom Properties

    设置扫描文件大小

    在其中输入:

    idea.max.intellisense.filesize=500000
    

    相关文章

      网友评论

        本文标题:Pycharm 配置unreal python 环境

        本文链接:https://www.haomeiwen.com/subject/hajmirtx.html