We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9fc51 commit ba348bbCopy full SHA for ba348bb
content/post/UE/Rider在虚幻的调试技巧.md
@@ -2,7 +2,7 @@
2
---
3
title: "Rider在虚幻的调试技巧"
4
date: 2024-11-27T02:32:17Z
5
-draft: true
+draft: false
6
categories: [ "UE"]
7
isCJKLanguage: true
8
slug: "4bdaa5f3"
@@ -42,4 +42,13 @@ Rider的语法:
42
43
# 条件断点
44
45
-Todo
+
46
+`FString`: ` wcsstr((wchar_t*)MyString.Data.AllocatorInstance.Data, L"Search substring") `
47
48
+`FName`: `strstr(((FNameEntry&)GNameBlocksDebug[MyFName.DisplayIndex.Value >> FNameDebugVisualizer::OffsetBits][FNameDebugVisualizer::EntryStride * (MyFName.DisplayIndex.Value & FNameDebugVisualizer::OffsetMask)]).AnsiName,"Searchsubstring")`
49
50
51
+# Reference:
52
53
+更详细的资料可以从这里找到,这片笔记的内容都包含在这片好文里
54
+https://dev.epicgames.com/community/learning/tutorials/dXl5/advanced-debugging-in-unreal-engine
0 commit comments