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:
- T3D file - brush saved by UnrealEd
- 2DS file - 2D shape saved by the UnrealEd 2D Shape Editor
Coding:
- INI file – see Config Vars And .Ini Files
- INT file - see also localization
- UC file - UnrealScript source code
Importable:
Other file formats recognized by the engine:
- OGG file - for music and sound
- Ucs file - for AI scripting
- [KA file]? - for Karma data (ragdolls?)