返回顶部
u

ue-code-searchUE代码搜索

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
344
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

ue-code-search

UE代码搜索

搜索位置

C++源码

  • - Project\Source\ - 主要C++模块
  • Project\Plugins\*\Source\ - 插件C++代码

Lua脚本 (SilverPalace)

  • - Project\Content\Script\ - 所有Lua脚本
  • 常用路径:
- Global/GlobalSystem/ - 核心系统 - Module/MainModule_*/ - 主要模块 - Module/CommonSubModule/ - 通用子模块

资源引用

  • - .uasset - 虚幻资源(在蓝图、材质中搜索)
  • .umap - 地图文件

常见搜索

查找函数定义

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

查找类使用

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

查找UI控件

powershell Select-String -Path *.lua -Pattern cUMG Select-String -Path *.lua -Pattern UMG_

查找网络消息

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

SilverPalace特有

关键模块

  • - MainModuleBigWorld - 主游戏模块
  • MainModuleVersionUpdate - 版本/更新模块
  • MainModule_Login - 登录模块
  • NetWorkManager - 网络管理
  • ModuleManager - 模块切换

关键Lua文件

  • - gModuleManager.lua - 模块管理
  • gNetWorkManager.lua - 网络管理器
  • g_UIManager.lua - UI管理
  • MainLevelSwitcher.lua - 关卡/屏幕切换

输出格式

提供:

  • - 匹配的文件路径
  • 行号
  • 代码上下文(2-3行)
  • 文件用途摘要

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ue-code-search-1776282867 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ue-code-search-1776282867 技能

通过命令行安装

skillhub install ue-code-search-1776282867

下载

⬇ 下载 ue-code-search v1.0.0(免费)

文件大小: 1.4 KB | 发布时间: 2026-4-16 18:17

v1.0.0 最新 2026-4-16 18:17
Initial release of ue-code-search — easily search Unreal Engine C++, Blueprint, and Lua code.

- Supports searching for function definitions, class names, UMG widget references, Blueprint-usable functions, and across C++ and Lua.
- Details standard search locations for C++, Plugins, Lua scripts, and asset files.
- Includes example PowerShell commands for common search tasks.
- Lists core modules and scripts for projects using the SilverPalace structure.
- Specifies output format: file paths, line numbers, code context, and file purpose summary.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部