Auto-sync: 2026-04-26 12:02

This commit is contained in:
2026-04-26 12:02:53 +08:00
parent c073392db8
commit 191797c01b
50 changed files with 2566 additions and 17 deletions

View File

@@ -0,0 +1,24 @@
---
title: "Unreal Engine 5"
type: entity
tags: ["game-engine", "game-development", "unreal"]
sources: ["unreal-technical-artist", "unreal-world-builder"]
last_updated: 2026-04-26
---
## Overview
Unreal Engine 5UE5是 Epic Games 开发的新一代游戏引擎,提供完整的 AAA 级视觉内容创作工具链。[[unreal-technical-artist]] 的核心工作平台。
## Key Capabilities Relevant to Technical Art
- **Material Editor**:可视化材质创作系统,支持 Material Functions、Material Instances、Quality Switch
- **Niagara**:新一代 VFX 和粒子系统,支持 GPU/CPU 分离模拟
- **PCG**Procedural Content Generation程序化内容生成框架用于开放世界资产分布
- **Nanite**:虚拟几何体系统,支持自动 LOD 和海量实例化
- **Substrate**UE5.3+):多层物理材质系统,替代传统 SSS workaround
- **World Partition**:开放世界分区管理,与 HLOD 和 PCG 流式加载协同
- **Unreal Insights**:性能分析工具,用于渲染性能瓶颈诊断
## In This Wiki
- [[unreal-technical-artist]] — 视觉系统工程师 Agent依赖 UE5 工具链交付 AAA 视觉资产
- [[unreal-world-builder]] — 开放世界场景搭建 Agent基于 UE5 World Partition
- [[unreal-systems-engineer]] — 引擎底层系统工程师 Agent深度集成 UE5 架构