Always snap to grid

UE2:FileLog (U2)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 16:11, 17 May 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2 Object >> Actor >> Info >> FileLog

Contents

Package: 
Engine
This class in other games:
UDK, UE2Runtime, UT2003, UT2004, UT3

Class: Engine.FileLog Parent: Engine.Info

Creates a log device.

[edit] Properties

[edit] LogAr

Type: int


[edit] LogFileName

Type: string


[edit] Functions

[edit] Native functions

[edit] CloseLog

native final function CloseLog ()


[edit] Logf

native final function Logf (string LogString)


[edit] OpenLog

native final function OpenLog (string FName)


[edit] Events

[edit] Destroyed

event Destroyed ()

Overrides: Actor.Destroyed