I love the smell of UnrealEd crashing in the morning. – tarquin

UE3:Info (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> Actor >> Info
Package: 
Engine
Direct subclasses:
UTMusicManager, Terrain, Route, UTAnnouncer, HeightFog, AccessControl, AdminCommandHandler, BasicWebAdminUser, BroadcastHandler, CoverGroup, FileWriter, FogVolumeDensityInfo, GameInfo, GameRules, InternetInfo, Mutator, PCCleanUp, PotentialClimbWatcher, ReplicationInfo, VolumeTimer, UTQueuedAnnouncement, ZoneInfo, UTTeamAI, UTVoteCollector, WindDirectionalSource, UTMapListManager
This class in other games:
RTNP, U1, UT, U2XMP, UT2003, U2, UE2Runtime, UT2004, UDK

Info, the root of all information holding klasses. Doesn't have any movement / collision related code.

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Default values[edit]

Property Value
bHidden True
bOnlyDirtyReplication True
bSkipActorPropertyReplication True
Components[0] SpriteComponent'Sprite'
NetUpdateFrequency 10.0

Subobjects[edit]

Sprite[edit]

Class: Engine.SpriteComponent

Property Value
AlwaysLoadOnClient False
AlwaysLoadOnServer False
HiddenGame True

Structs[edit]

KeyValuePair[edit]

Modifiers: transient, native, export

string Key 
string Value 

PlayerResponseLine[edit]

Modifiers: transient, native, export

int PlayerNum 
int PlayerID 
string PlayerName 
int Ping 
int Score 
int StatsID 
array<KeyValuePair> PlayerInfo 

ServerResponseLine[edit]

Modifiers: transient, native, export

int ServerID 
string IP 
int Port 
int QueryPort 
string ServerName 
string MapName 
string GameType 
int CurrentPlayers 
int MaxPlayers 
int Ping 
array<KeyValuePair> ServerInfo 
array<PlayerResponseLine> PlayerInfo