UE Asset Finder
Common Asset Types
| Extension | Type |
|---|
| INLINECODE0 | General asset |
| INLINECODE1 |
Map/Level |
|
.uby | Blueprint |
|
.udata | Data table |
|
.uslot | Slot data |
|
.uuip | UI preview |
Search Locations
SilverPalace Assets
- -
Project\Content\ - Main content - INLINECODE7 - Art resources
- INLINECODE8 - Logic resources
- INLINECODE9 - Maps
- INLINECODE10 - Audio files
Saved Game Data
- -
Project\Saved\ - Saved games, logs, configs - INLINECODE12 - Save files
Common Searches
Find Maps
CODEBLOCK0
Find Blueprints
CODEBLOCK1
Find DataTables
CODEBLOCK2
Find by Name Pattern
CODEBLOCK3
Find UI Assets
CODEBLOCK4
SilverPalace Specific Paths
UI Assets
- -
Content\UI\ - General UI - INLINECODE14 - Startup/loading UI
Maps
- -
Content\Maps\WP\ - World partition maps - INLINECODE16 - World composition
Audio
- -
Content\Audio\WwiseAudio\ - Wwise audio - INLINECODE18 - Cooked audio
Configuration
- -
Content\TableData\ - Data tables - INLINECODE20 - Lua scripts (not UE asset but important)
Asset Info
When found, provide:
- - Full path
- File size
- Last modified date
- Dependencies (if checking references)
UE Asset Finder
常见资源类型
地图/关卡 |
| .uby | 蓝图 |
| .udata | 数据表 |
| .uslot | 槽位数据 |
| .uuip | UI预览 |
搜索位置
SilverPalace资源
- - Project\Content\ - 主内容
- Project\Content\ArtRes\ - 美术资源
- Project\Content\LogicRes\ - 逻辑资源
- Project\Content\Maps\ - 地图
- Project\Content\Audio\ - 音频文件
存档游戏数据
- - Project\Saved\ - 存档、日志、配置
- Project\Saved\SaveGames\ - 存档文件
常见搜索
查找地图
powershell
Get-ChildItem -Path Content -Recurse -Filter *.umap
查找蓝图
powershell
Get-ChildItem -Path Content -Recurse -Filter *.uby
查找数据表
powershell
Get-ChildItem -Path Content -Recurse -Filter *.udata
按名称模式查找
powershell
Get-ChildItem -Path Content -Recurse | Where-Object {$_.Name -like
Login}
查找UI资源
powershell
Get-ChildItem -Path Content\UI -Recurse -Filter *.uasset
SilverPalace特定路径
UI资源
- - Content\UI\ - 通用UI
- Content\StartUpDev\ - 启动/加载UI
地图
- - Content\Maps\WP\ - 世界分区地图
- Content\Maps\WC\ - 世界合成
音频
- - Content\Audio\WwiseAudio\ - Wwise音频
- Content\Audio\GeneratedSoundBanks\ - 烘焙音频
配置
- - Content\TableData\ - 数据表
- Content\Script\ - Lua脚本(非UE资源但很重要)
资源信息
找到时提供:
- - 完整路径
- 文件大小
- 最后修改日期
- 依赖项(如果检查引用)