TA logoThe Technical Artist
section 05
unreal engine
5 tutorials
+ performance

The Engine, From A TA's Point Of View

Unreal is where your assets, materials, and tools finally meet the frame budget. These pages cover the basics every TA needs, then dig into the thing that makes or breaks scenes: performance.

Abstract frame budget bar diagram
unreal - the frame budget, visualized
PART A

The Basics

01

Getting Started

The editor from a TA's seat - projects, the Content Browser, viewport survival, and the settings to change on day one.

read ->
02

The Asset Pipeline

Getting meshes and textures into the engine correctly - scale, collision, LODs, folder structure, and naming conventions.

read ->
03

Materials 101

PBR inputs, the material graph, and the master material + instance workflow that keeps projects sane.

read ->
04

Blueprints 101

Visual scripting basics: events, the construction script, when Blueprint is fine, and when to ask for C++.

read ->
05

Python In Unreal

Editor scripting with the unreal module - batch-editing assets, the Asset Registry, and building your first audit script.

read ->
PART B

Performance

06

The Optimization Mindset

Measure first, set budgets, then find the bottleneck. That's where every performance investigation starts.

read ->
07

Profiling & Finding Bottlenecks

stat unit, stat gpu, Unreal Insights, and how to tell Game-Thread-bound from GPU-bound.

read ->
08

Meshes, Nanite & LODs

Draw calls, LOD chains, instancing, HLOD, and when Nanite does (and doesn't) save you.

read ->
09

Textures & Streaming

Resolution discipline, compression formats, mips, and the texture streaming pool.

read ->
10

Materials & Shaders

Shader complexity, instruction counts, samplers, translucency, and overdraw.

read ->
11

Lighting & Shadows

Light mobility, shadowed movable lights, Lumen, and virtual shadow maps - the biggest scene-level wins.

read ->
12

CPU, Blueprints & Ticks

Tick discipline, Blueprint costs, garbage collection, and object pooling.

read ->
13

The Scene Audit Checklist

The audit every TA should run on a level, ordered by what usually pays off first, plus the tool that automates it.

read ->
Free tool

Unreal Asset Health Dashboard

Run one Python script inside your project, drag the JSON it exports into your browser, and get every mesh, texture, material, and Blueprint scored against the audit rules in this section. Nothing uploads - the analysis never leaves your browser.