I'm a doctor, not a mechanic

UE2:FileLog (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> Actor >> Info >> FileLog
Package: 
Engine
This class in other games:
UE2Runtime, UT2003, UT2004, UT3, UDK

Class: Engine.FileLog Parent: Engine.Info

Creates a log device.

Properties

LogAr

Type: int


LogFileName

Type: string


Functions

Native functions

CloseLog

native final function CloseLog ()


Logf

native final function Logf (string LogString)


OpenLog

native final function OpenLog (string FName)


Events

Destroyed

event Destroyed ()

Overrides: Actor.Destroyed