Mostly Harmless

UE3:Info (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UDK Object >> Actor >> Info

Contents

Package: 
Engine
Direct subclasses:
AccessControl, AutoTestManager, BroadcastHandler, CoverGroup, FileWriter, FogVolumeDensityInfo, GameInfo, HeightFog, InternetLink, Mutator, PotentialClimbWatcher, ReplicationInfo, Route, Terrain, UTAnnouncer, UTMusicManager, UTQueuedAnnouncement, UTTeamAI, VolumeTimer, WindDirectionalSource, WindPointSource, ZoneInfo
This class in other games:
RTNP, U1, U2, U2XMP, UE2Runtime, UT, UT2003, UT2004, UT3

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

[edit] Default values

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

[edit] Subobjects

[edit] Sprite

Class: Engine.SpriteComponent

Property Value
AlwaysLoadOnClient False
AlwaysLoadOnServer False
HiddenGame True
ReplacementPrimitive None

[edit] Structs

[edit] KeyValuePair

Modifiers: transient, native, export

string Key 
string Value 

[edit] PlayerResponseLine

Modifiers: transient, native, export

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

[edit] ServerResponseLine

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 
Personal tools