I'm a doctor, not a mechanic

Legacy:Manifest

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 :: Object >> Manifest (Package: Engine)

Manifest contains a list of saved packages that have been created when saving DataObjects. The saved packages are stored in the Saves directory (hardcoded), and have a .uvx extention.

A manifest instance is returned when you call GameInfo.GetSavedGames().

Properties

array<string> ManifestEntries 
the list of saved packages

Related Topics