UE3:GameStatsReport (UDK)
![]() |
Object >> GameStatsVisitorImpl >> GameStatsReport |
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. |
Base class for generating reports from the game stats data
Properties
FileChunkPath
Type: string
The path to where the file chunks live
Type: string
Which HTML file chunk to use as the footer information
Type: string
Modifiers: transient
The string that holds the format after loading
HeaderFileName
Type: string
Which HTML file chunk to use as the header information
HeaderFormat
Type: string
Modifiers: transient
The string that holds the format after loading
HtmlDocument
Type: string
Modifiers: transient
The document that is being built from the parts
RowFileName
Type: string
Which HTML file chunk to use as the row format information
RowFormat
Type: string
Modifiers: transient
The string that holds the format after loading
TableFileName
Type: string
Which HTML file chunk to use as the table format information
TableFormat
Type: string
Modifiers: transient
The string that holds the format after loading
Native functions
BuildHtmlDocument
Builds the HTML document (should be overriden)
LoadHtmlFileChunks
Loads the various file strings into memory
SaveHtmlDocument
Saves the current HTML document to the specified path
Parameters:
- FileName - the name of the file to write the data to