I'm a doctor, not a mechanic

UE3:GameStatsReport (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> GameStatsVisitorImpl >> GameStatsReport
Package: 
UnrealEd
Implemented interfaces
GameStatsDatabaseVisitor

Base class for generating reports from the game stats data

Properties

FileChunkPath

Type: string

The path to where the file chunks live

FooterFileName

Type: string

Which HTML file chunk to use as the footer information

FooterFormat

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

native function BuildHtmlDocument ()

Builds the HTML document (should be overriden)

LoadHtmlFileChunks

native function LoadHtmlFileChunks ()

Loads the various file strings into memory

SaveHtmlDocument

native function SaveHtmlDocument (string FileName)

Saves the current HTML document to the specified path

Parameters:

  • FileName - the name of the file to write the data to