返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
u

ue-code-search

|

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

ue-code-search

# 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 ```powershell Select-String -Path "*.cpp" -Pattern "FunctionName" Select-String -Path "*.lua" -Pattern "function.*FunctionName" ``` ### Find Class Usage ```powershell Select-String -Path "*.lua" -Pattern "ASomeClass" Select-String -Path "*.cpp" -Pattern "SomeClass::" ``` ### Find UI Widgets ```powershell Select-String -Path "*.lua" -Pattern "c_UMG_" Select-String -Path "*.lua" -Pattern "UMG_" ``` ### Find Net Messages ```powershell 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

标签

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

下载 Zip 包

⬇ 下载 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-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部