Mostly Harmless

UE3:GameStatsReport (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> GameStatsVisitorImpl >> GameStatsReport
Package: 
UnrealEd
Implemented interfaces
GameStatsDatabaseVisitor

Base class for generating reports from the game stats data

Properties[edit]

FileChunkPath[edit]

Type: string

The path to where the file chunks live

FooterFileName[edit]

Type: string

Which HTML file chunk to use as the footer information

FooterFormat[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]

native function BuildHtmlDocument ()

Builds the HTML document (should be overriden)

LoadHtmlFileChunks[edit]

native function LoadHtmlFileChunks ()

Loads the various file strings into memory

SaveHtmlDocument[edit]

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