Engine.ReloadGlobals

Syntax

Engine.ReloadGlobals

Purpose

Reloads global variables from disk. All global reference variables and properties that exist after you call this method retain the reference values they had before the call to ReloadGlobals. To clear reference values, explicitly set the references to nothing or delete the global reference variables and properties before you call this method.

See Also

Engine.CommitGlobalsToDisk

Engine.Globals

Engine.GlobalsFile