Always snap to grid
UE2:StatLogFile (U2XMP)
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. |
Logs game events for stat collection
Logs to a file.
[edit] Properties
[edit] bWatermark
Type: bool
[edit] LogAr
Type: int
[edit] StatLogFile
Type: string
Default value: "../Logs/unreal.ngStats.Unknown.log"
[edit] StatLogFinal
Type: string
[edit] Functions
[edit] Native functions
[edit] CloseLog
native final function CloseLog ()
[edit] FileFlush
native final function FileFlush ()
[edit] FileLog
native final function FileLog (string EventString)
[edit] GetChecksum
native final function GetChecksum (out string Checksum)
[edit] OpenLog
native final function OpenLog ()
[edit] Watermark
native final function Watermark (string EventString)
[edit] Events
[edit] GetLocalLogFileName
event string GetLocalLogFileName ()
Overrides: StatLog.GetLocalLogFileName
[edit] Other instance functions
[edit] FlushLog
function FlushLog ()
Overrides: StatLog.FlushLog
[edit] LogEventString
function LogEventString (string EventString)
Overrides: StatLog.LogEventString
[edit] LogGameEnd
function LogGameEnd (string Reason)
Overrides: StatLog.LogGameEnd
[edit] LogPlayerConnect
function LogPlayerConnect (Controller Player, optional string Checksum)
Overrides: StatLog.LogPlayerConnect
[edit] LogWorldEventString
function LogWorldEventString (string EventString)
Overrides: StatLog.LogWorldEventString
[edit] StartLog
function StartLog ()
Overrides: StatLog.StartLog
[edit] StopLog
function StopLog ()
Overrides: StatLog.StopLog
