Files
nexus/wiki/entities/UnrealEngine5.md
2026-04-26 12:02:53 +08:00

25 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 架构