Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:FileLog (UE2Runtime)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UE2Runtime Object >> Actor >> Info >> FileLog
Package: 
Engine
This class in other games:
U2, UT2003, UT2004, UT3, UDK

Class: Engine.FileLog Parent: Engine.Info

Creates a log device.

Properties[edit]

LogAr[edit]

Type: int


LogFileName[edit]

Type: string


Functions[edit]

Native functions[edit]

CloseLog[edit]

native final function CloseLog ()


Logf[edit]

native final function Logf (string LogString)


OpenLog[edit]

native final function OpenLog (string FName)


Events[edit]

Destroyed[edit]

event Destroyed ()

Overrides: Actor.Destroyed