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