← 返回
效率工具 中文

Ue Code Search

Search Unreal Engine C++ and Blueprint code. Use when: (1) Finding function definitions, (2) Searching for class names, (3) Finding UMG widget references, (4...
搜索 Unreal Engine C++ 与 Blueprint 代码。适用于:(1) 查找函数定义;(2) 搜索类名;(3) 查找 UMG 组件引用;(4…
vincentwilliam
效率工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 605
下载
💾 109
安装
1
版本
#latest

概述

UE Code Search

Search Locations

C++ Source

  • Project\Source\ - Main C++ modules
  • Project\Plugins\*\Source\ - Plugin C++ code

Lua Scripts (SilverPalace)

  • Project\Content\Script\ - All Lua scripts
  • Common paths:
  • Global/GlobalSystem/ - Core systems
  • Module/MainModule_*/ - Main modules
  • Module/CommonSubModule/ - Common submodules

Asset References

  • .uasset - Unreal assets (search in blueprints, materials)
  • .umap - Map files

Common Searches

Find Function Definition

Select-String -Path "*.cpp" -Pattern "FunctionName"
Select-String -Path "*.lua" -Pattern "function.*FunctionName"

Find Class Usage

Select-String -Path "*.lua" -Pattern "ASomeClass"
Select-String -Path "*.cpp" -Pattern "SomeClass::"

Find UI Widgets

Select-String -Path "*.lua" -Pattern "c_UMG_"
Select-String -Path "*.lua" -Pattern "UMG_"

Find Net Messages

Select-String -Path "*.lua" -Pattern "SendPak"
Select-String -Path "*.lua" -Pattern "NetWork:Send"

SilverPalace Specific

Key Modules

  • MainModule_BigWorld - Main game module
  • MainModule_VersionUpdate - Version/update module
  • MainModule_Login - Login module
  • NetWorkManager - Network management
  • ModuleManager - Module switching

Key Lua Files

  • g_ModuleManager.lua - Module management
  • g_NetWorkManager.lua - Network manager
  • g_UIManager.lua - UI management
  • MainLevelSwitcher.lua - Level/screen switching

Output Format

Provide:

  • File paths with matches
  • Line numbers
  • Code context (2-3 lines)
  • File purpose summary

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 04:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,298
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,844
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,654