UE2:GameEngine (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:URL (U2))
U2 Object >> Subsystem >> Engine >> GameEngine
Package:
Engine
This class in other games:

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

Properties

bCheatProtection

Type: bool


ConnectingMenuClass

Type: string

Modifiers: config

Menu that appears when you are connecting

DisconnectMenuClass

Type: string

Modifiers: config

Menu that appears when you are disconnected

DummyArray

Type: array<Object>

Do not modify

DummyObject

Type: Object

Do not modify

GEntry

Type: Level


GLevel

Type: Level


GPendingLevel

Type: PendingLevel


InitialMenuClass

Type: string

Modifiers: config

The initial menu that should appear

LastURL

Type: URL


LoadingClass

Type: string

Modifiers: config

Loading screen that appears

MainMenuClass

Type: string

Modifiers: config

Menu that appears when you first start

ServerActors

Type: array<string>

Modifiers: config


Default value: "IpDrv.MasterServerUplink"

ServerPackages

Type: array<string>

Modifiers: config


Default values

Property Value
CacheSizeMegs 32

Structs

URL

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