| Home Page | Recent Changes | Preferences

File Format

The Unreal Engine uses many different file formats. On this page we present an overview of them all.

Package File

The Unreal Engine has one principal file format, the package. It's this that stores all the [Unreal resource]?s: maps, textures, compiled UnrealScript classes, etc.

There is only one Package File Format for all the extensions listed, so in fact any package can hold any type of resource, irrespective of where it is kept and its extension. But the usual contents are:

  • [U file]? - UnrealScript classes compiled with ucc
  • UNR file / UT2 file - Maps
  • UTX file - textures and materials
  • [UMX file]? - music
  • [UAX file]? - sound
  • [UKX file]? - animations
  • [UZ file]? / UZ2 file - Unreal zip (can be compressed and decompressed with ucc)

Map files can have other resources embedded within them; see MyLevel or Embedding code. See also Engine Directory Structure.

Other formats

Installers:

  • UMOD/UT2MOD - Unreal Module or UT2003 Module files are installer packages for the Unreal engine.

Mapping:

Coding:

Importable:

Other file formats recognized by the engine:

Related Topics

The Unreal Engine Documentation Site

Wiki Community

Topic Categories

Image Uploads

Random Page

Recent Changes

Offline Wiki

Unreal Engine

Console Commands

Terminology

Mapping Topics

Mapping Lessons

UnrealEd Interface

Questions&Answers

Scripting Topics

Scripting Lessons

Making Mods

Class Tree

Questions&Answers

Modeling Topics

Questions&Answers

Log In