I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:FileLog (U2)
From Unreal Wiki, The Unreal Engine Documentation Site
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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