← 返回
开发者工具 中文

Ue Asset Finder

Find Unreal Engine assets (.uasset, .umap, .uby, .udata). Use when: (1) Finding specific assets, (2) Locating maps/levels, (3) Finding UI widgets, (4) Findin...
查找 Unreal Engine 资源(.uasset、.umap、.uby、.udata)。使用场景:(1) 查找特定资源,(2) 定位地图/关卡,(3) 查找 UI 组件,(4) 查找...
vincentwilliam
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 595
下载
💾 89
安装
1
版本
#latest

概述

UE Asset Finder

Common Asset Types

ExtensionType
----------------
.uassetGeneral asset
.umapMap/Level
.ubyBlueprint
.udataData table
.uslotSlot data
.uuipUI preview

Search Locations

SilverPalace Assets

  • Project\Content\ - Main content
  • Project\Content\ArtRes\ - Art resources
  • Project\Content\LogicRes\ - Logic resources
  • Project\Content\Maps\ - Maps
  • Project\Content\Audio\ - Audio files

Saved Game Data

  • Project\Saved\ - Saved games, logs, configs
  • Project\Saved\SaveGames\ - Save files

Common Searches

Find Maps

Get-ChildItem -Path "Content" -Recurse -Filter "*.umap"

Find Blueprints

Get-ChildItem -Path "Content" -Recurse -Filter "*.uby"

Find DataTables

Get-ChildItem -Path "Content" -Recurse -Filter "*.udata"

Find by Name Pattern

Get-ChildItem -Path "Content" -Recurse | Where-Object {$_.Name -like "*Login*"}

Find UI Assets

Get-ChildItem -Path "Content\UI" -Recurse -Filter "*.uasset"

SilverPalace Specific Paths

UI Assets

  • Content\UI\ - General UI
  • Content\StartUpDev\ - Startup/loading UI

Maps

  • Content\Maps\WP\ - World partition maps
  • Content\Maps\WC\ - World composition

Audio

  • Content\Audio\WwiseAudio\ - Wwise audio
  • Content\Audio\GeneratedSoundBanks\ - Cooked audio

Configuration

  • Content\TableData\ - Data tables
  • Content\Script\ - Lua scripts (not UE asset but important)

Asset Info

When found, provide:

  • Full path
  • File size
  • Last modified date
  • Dependencies (if checking references)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 05:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Ue Log Analyzer

vincentwilliam
分析 Unreal Engine 日志文件中的错误、警告、崩溃和性能问题。使用场景:(1) 用户提供 UE 日志文件,(2) 分析崩溃转储
★ 1 📥 686
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,239
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,236