If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Help:Contents/Finding Content/File Formats/UC

From The Cutting Room Floor
Jump to navigation Jump to search

This is a sub-page of Help:Contents/Finding Content/File Formats.

Unreal Engine Games

Unreal Class files, these are contained in a compiled package of a .u file. These files are often the bulk of the code for the game, but only contain the UnrealScript code, while C++ code may be contained elsewhere and called by these files.

These packages can be decompiled from a .u with the Unreal Editor, or equivalent for the specific game. Can alternatively be browsed with WOTgreal, however it extracts enum properties incorrectly. Raw .uc files are openable with any general text editor.