{
  "schemaVersion": "0.11.0",
  "canonical": "https://www.pystone.net/notes/ue-mobile-device-debug/",
  "atlas": "https://www.pystone.net/?node=ue-mobile-device-debug#knowledge-atlas",
  "markdown": "https://www.pystone.net/notes/ue-mobile-device-debug.md",
  "context": "https://www.pystone.net/notes/ue-mobile-device-debug.context.json",
  "knowledgeVersion": "224c990773de.5fa8af6e39fa",
  "build": {
    "siteCommit": "224c990773de166d23a886306577dd90379529ce",
    "notesCommit": "5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a",
    "builtAt": "1970-01-01T00:00:00.000Z",
    "version": "224c990773de.5fa8af6e39fa"
  },
  "id": "note:ue-mobile-device-debug",
  "slug": "ue-mobile-device-debug",
  "title": "UE 移动设备调试",
  "type": "note",
  "visibility": "public",
  "idStability": "rename-stable",
  "author": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "publisher": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "aliases": [],
  "summary": "UE 移动设备调试",
  "contentRole": "unspecified",
  "isMoc": false,
  "mocRecognition": "none",
  "generated": false,
  "attribution": "unspecified",
  "domain": "10-计算机、信息技术与工程",
  "tags": [],
  "mocs": [],
  "contentHash": "076192b2d40ca7438280214074584cb38dbae878952cb547a41f97f9bd01d4b6",
  "assets": [
    {
      "reference": "assets/0016 - UE 移动设备调试__resource-001-f6bc935f1b5b.png",
      "url": "/media/5df6cb4791ac3cdb04eb.png",
      "mediaType": "image/png",
      "contentHash": "5df6cb4791ac3cdb04eb3905fbf56badfadb9dadb327af1de061b5ed9b36a4e7",
      "byteLength": 289916,
      "width": 1157,
      "height": 579
    }
  ],
  "headings": [
    {
      "depth": 1,
      "text": "UE 移动设备调试",
      "anchor": "ue-移动设备调试",
      "citation": "https://www.pystone.net/notes/ue-mobile-device-debug/#ue-%E7%A7%BB%E5%8A%A8%E8%AE%BE%E5%A4%87%E8%B0%83%E8%AF%95"
    }
  ],
  "claims": [],
  "outgoing": [],
  "incoming": [
    {
      "id": "note:game-graphics-and-runtime",
      "title": "游戏图形与运行时",
      "url": "https://www.pystone.net/notes/game-graphics-and-runtime/",
      "atlas": "https://www.pystone.net/?node=game-graphics-and-runtime#knowledge-atlas",
      "label": "游戏图形与运行时",
      "origin": "explicit",
      "humanReviewed": true,
      "context": "Unreal中的“UE 移动设备调试”导航项",
      "citation": "https://www.pystone.net/notes/game-graphics-and-runtime/#unreal"
    }
  ],
  "contentMarkdown": "# UE 移动设备调试\n\n﻿# UE 移动设备调试\n\n> 创建时间：2023/2/8 17:12\n\n<https://www.youtube.com/watch?v=hEtu-ciPc7g>\n\nadb logcat\n\nAndroid Studio 是发现最优的源码级别调试方式\n\n![](assets/0016 - UE 移动设备调试__resource-001-f6bc935f1b5b.png)\n\n常用调试方法：\n\n#define PRINT(String) {if (GEngine){GEngine->AddOnScreenDebugMessage(-1,10.0f,FColor::Red,*(String));}}\n\nGEngine->AddOnScreenDebugMessage(-1, 5.0f, FColor::Red,\n\nTEXT(\"Log by GEngine.AddOnScreenDebugMessage\"));\n\nGEngine->AddOnScreenDebugMessage(-1, 10.0f, FColor::Red, FString::Printf(TEXT(\"Server not connected yet.\")));\n\n<https://blog.csdn.net/m0_51819222/article/details/122511585>\n\n<https://blog.csdn.net/Jason6620/article/details/128404026>\n"
}
