I'm a doctor, not a mechanic
UE1:StatLogFile (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
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. |
Logs game events for stat collection
Logs to a file.
Properties
bWatermark
Type: bool
LogAr
Type: int
StatLogFile
Type: string
Default value: "..\Logs\unreal.ngStats.Unknown.log"
StatLogFinal
Type: string
Functions
Native functions
CloseLog
native final function CloseLog ()
FileFlush
native final function FileFlush ()
FileLog
native final function FileLog (string EventString)
GetChecksum
native final function string GetChecksum ()
GetPlayerChecksum
OpenLog
native final function OpenLog ()
Watermark
native final function Watermark (string EventString)
Other instance functions
FlushLog
function FlushLog ()
Overrides: StatLog.FlushLog
GetLogFileName
function string GetLogFileName ()
Overrides: StatLog.GetLogFileName
LogEventString
function LogEventString (string EventString)
Overrides: StatLog.LogEventString
LogGameEnd
function LogGameEnd (string Reason)
Overrides: StatLog.LogGameEnd
LogPlayerConnect
function LogPlayerConnect (Pawn Player)
Overrides: StatLog.LogPlayerConnect
StartLog
function StartLog ()
Overrides: StatLog.StartLog
StopLog
function StopLog ()
Overrides: StatLog.StopLog