بنقرة واحدة
bpx-material
BPX `material` command skill. Inspect materials, scan child instances, and extract custom HLSL.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
BPX `material` command skill. Inspect materials, scan child instances, and extract custom HLSL.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
BPX `blueprint` command skill. Inspect and analyze blueprint exports, bytecode, and graph data.
BPX `class` command skill. Inspect one class export payload/header by index.
BPX `datatable` command skill. Read DataTable-family rows and update DataTable rows.
BPX `dump` command skill. Dump package summary/name/import/export tables in structured formats.
BPX `enum` command skill. List enum exports or update existing enum values.
BPX `export` command skill. Inspect export headers or update selected header fields.
| name | bpx-material |
| description | BPX `material` command skill. Inspect materials, scan child instances, and extract custom HLSL. |
PREREQUISITE: Read bpx-shared.
bpx material read <file.uasset> [--export <n>] [--include-hlsl] [--children-root <directory>] [--parent <token>] [--pattern "*.uasset"] [--recursive] [--limit <n>]
read: unified read entry for material inputs/references/parent and optional child scan/HLSL summary.inspect: summarizes material inputs, asset references, and direct parent material.children: scans a directory for material instances matching --parent token.hlsl: shows custom-node HLSL snippets (UMaterialExpressionCustom::Code) and explains full-translation limits.material read is the canonical entry; use flags to opt into HLSL and child scans.--parent, --pattern, and --limit.bpx material read ./Sample.uasset [--export 1] [--include-hlsl] [--children-root ./Content] [--parent SampleToken] [--pattern "*.uasset"] [--recursive] [--limit 1]