BlueRoseNote/02-Note/第56期用Rider点燃你的UE开发之旅.md

16 lines
990 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 前言
【[中文直播]第56期 | 用Rider点燃你的UE开发之旅 | 孙涛 JetBrains(官方字幕)】 https://www.bilibili.com/video/BV1HAmRYjETW/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
# 好用的功能
- 调试
- **数据断点**:变脸改变时进行断点。
- ***方法断点***:打了断点后,可以输入函数名字,之后在运行到对应的函数后,命中断点。
- 断点数据过滤:可以在堆栈变量显示区域直接输入变量名进行过滤。
- 自定义调试符号服务器。
- 格式
- 自定义代码风格警告:右下角的铅笔可以设置需要提醒的类型。
- 格式识别右键显示更多选项Reformat and cleanup - Detect code settings。
- Rider Livelink安装插件后可以在运行的按钮边上的UE图标处设置运行方式。
- 实用插件
- EzArgs方便输入一些UE项目启动参数。输入过一次后面就可以点了。
- EnhancedUnrealengineDocumentation