I don't need to test my programs. I have an error-correcting modem.

UE3:GameStatsDBUploader (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> GameplayEvents >> GameplayEventsReader >> GameStatsDBUploader
Package: 
UnrealEd

Parses a game stats file written to disk and uploads it to a database backend

Properties

DBUploader

Type: pointer{struct FGameStatsRemoteDB}

Modifiers: const, private, native, transient

Helper to upload stats to a remote database

Native functions

CloseStatsFile

native function CloseStatsFile ()

Overrides: GameplayEventsReader.CloseStatsFile

Closes and deletes the archive being read from clearing all data stored within

OpenStatsFile

native function bool OpenStatsFile (string Filename)

Overrides: GameplayEventsReader.OpenStatsFile

Open a game stats file for reading

Parameters:

  • Filename - name of the file that will be open for serialization

Returns:

TRUE if successful, else FALSE

UploadMetadata

native function bool UploadMetadata ()

Upload all the serialized header/footer information