Wikis / Unreal Wiki / UPKG File

A .UPKG file is a simple text file that the UnrealScript compiler will look for to know what initial PackageFlags to use for the compiling package, the file must be placed within the Classes folder.

The content of a .UPKG looks like

[Flags]
AllowDownload=False
ClientOptional=False
ServerSideOnly=True

this would flag the package as don't send the package to any clients that request it from the server and flag the package as ServerSideOnly which means only the server may load this package.

The default flag values are

[Flags]
AllowDownload=True
ClientOptional=False
ServerSideOnly=False

CategoriesPage Categories

Info Page Information

2022-11-18T06:48:09.741728Z 2010-04-22T04:20:47Z Eliot Rewrote the article. https://wiki.beyondunreal.com/UPKG File Attribution-NonCommercial-ShareAlike 3.0