Files
BlueRoseNote/02-Note/演讲与教程笔记/虚幻开放日2025/超越PrintString:虚幻引擎调试工具极速巡览.md

49 lines
1.2 KiB
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.

---
title: Untitled
date: 2025-08-22 13:36:51
excerpt:
tags:
rating: ⭐
status: inprogress
destination:
share: false
obsidianUIMode: source
---
# Tips
- RaiseScriptError()蓝图节点
- Stat none清除所有Stat。
- [[#Dumpcvars]]
- [[#ABTest]]
- slomo慢动作调试细节。
- BugItGoBugItGo <坐标> <旋转> 相机就可以快速到达某地地点
- [[#UnrealInsight技巧]]
- 音频调试
- CommandLine
- au.Debug.SoundMixes
- au.DumpActiveSounds
- au.Debug.AudioMemReport
- AudioInsights
- RewindDebugger(Tool->Debug)
## RaiseScriptErrorUE5.6
该节点引发蓝图编译系统错误,可以让开发者更快发现逻辑问题。
## Dumpcvars
可以打印出当前所有CVar的数值。以及输入制定名字的CVar并且输出为CSV文件。
- dumpcvars
- - showhelp
- -deprecated
- -csv=XXX
## ABTest
快速切换比较CVars的效果。
abtest r.DynamicGlobalIlluminationMethod 0 1
## UnrealInsight技巧
- 勾选OpenInsightsAfterTrace记录完Trace后自动打开UnrealInsight。
- trace.snapshotfile生成Trace文件。
### RegionName
在UE编辑器中有一个RegionName与BeginRegion按钮可以用在记录Traces时添加时间段注释这段时间在做什么
## BuildGraph
-ListOnly
-Preprocess