unreal下的rider使用

纲要

  • rider for unreal
  • rider配置

rider for unreal

简单说就是rider专门为unreal开发的一个idea;目前还是处于beta阶段。

https://www.jetbrains.com/lp/rider-unreal/

基本上是包含以下几个特点:

  • A Fast IDE with native C++ support
  • Knowledgeable about Blueprints
  • Assists with the reflection mechanism
  • Takes care of the Unreal Engine code style
  • Profound code analysis & RPC support

rider配置

  • rider for unreal engine下载

https://www.jetbrains.com/rider/unreal/

通过上述的link填好申请后,会收到一个邮件,点击邮件的link激活后,在rider证书登录后就能看到已经激活的app;

png

下载安装完成后自行登录账号激活就可以了!

  • unreal配置

通过Editor–>Plugins添加rider插件

png

png

最后通过Editor–>Editor Preference指定source code的编辑器为rider

png

重启UE后,在File菜单中就能看到rider工程相关了!

png