Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Legacy:Manifest

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 19:00, 29 August 2007 by Email.rtassoc.com (Talk)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
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().

[edit] Properties

array<string> ManifestEntries 
the list of saved packages

[edit] Related Topics