UE2:GameEngine (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
U2XMP 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

FramePresentPending

Type: bool


GEntry

Type: Level


GLevel

Type: Level


GPendingLevel

Type: PendingLevel


LastURL

Type: URL


LevelLoadingActorCount

Type: int

NEW (arl) LevelLoading

LevelLoadingController

Type: PlayerController

NEW (arl) LevelLoading

LevelLoadingTotalActorCount

Type: int

NEW (arl) LevelLoading

ServerActors

Type: array<string>


ServerPackages

Type: array<string>


Default values

Property Value
CacheSizeMegs 8
UseStaticMeshBatching False

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 "".
bool Valid