The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:GameEngine (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:URL (UE2Runtime))
Jump to: navigation, search
UE2Runtime Object >> Subsystem >> Engine >> GameEngine
Package: 
Engine
This class in other games:
U2XMP, UT2003, U2, UT2004, UT3, UDK

GameEngine: The game subsystem. This is a built-in Unreal class and it shouldn't be modified.

Properties[edit]

bCheatProtection[edit]

Type: bool


ConnectingMenuClass[edit]

Type: string

Modifiers: config

Menu that appears when you are connecting

DisconnectMenuClass[edit]

Type: string

Modifiers: config

Menu that appears when you are disconnected

DummyArray[edit]

Type: array<Object>

Do not modify

DummyObject[edit]

Type: Object

Do not modify

GEntry[edit]

Type: Level


GLevel[edit]

Type: Level


GPendingLevel[edit]

Type: PendingLevel


InitialMenuClass[edit]

Type: string

Modifiers: config

The initial menu that should appear

Default value: "RTInterface.MainMenu"

LastURL[edit]

Type: URL


LoadingClass[edit]

Type: string

Modifiers: config

Loading screen that appears

MainMenuClass[edit]

Type: string

Modifiers: config

Menu that appears when you first start

Default value: "RTInterface.MainMenu"

ServerActors[edit]

Type: array<string>

Modifiers: config


ServerPackages[edit]

Type: array<string>

Modifiers: config


Default value: "GamePlay"

Default values[edit]

Property Value
CacheSizeMegs 32

Structs[edit]

URL[edit]

string Protocol 
Protocol, i.e. "unreal" or "http".
string Host 
Protocol, i.e. "unreal" or "http".
int Port 
Optional host port.
string Map 
Map name, i.e. "SkyCity", default is "Index".
array<string> Op 
Options.
string Portal 
Portal to enter through, default is "".
int Valid