I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE1:TimeDemo (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> Actor >> Info >> TimeDemo
Package: 
Engine
This class in other games:
U1

TimeDemo - calculate and display framerate This is a built-in Unreal class and it shouldn't be modified.

Properties

bFirstFrame

Type: bool


bSaveToFile

Type: bool


Console

Type: Console


CycleCount

Type: int


CycleMessage

Type: string


CycleResult

Type: string


FileAr

Type: int

C++ FArchive*.

FrameLastCycle

Type: int

Frames in the last cycle

FrameLastSecond

Type: int

Frames in the last second

FrameNum

Type: int


LastCycleTime

Type: float


LastFrameTime

Type: float


LastSec

Type: float


LastSecTime

Type: float


MaxFPS

Type: float


MinFPS

Type: float


NewPoint

Type: TimeDemoInterpolationPoint


OldPoint

Type: InterpolationPoint


QuitAfterCycles

Type: int


SquareSum

Type: float


StartTime

Type: float


TimeDilation

Type: float


TimePassed

Type: float


Functions

Native functions

CloseFile

native final function CloseFile ()


OpenFile

native final function OpenFile ()


WriteToFile

native final function WriteToFile (string Text)


Other instance functions

DoSetup

function DoSetup (Console C, optional bool bSave, optional int QuitAfter)


DoShutdown

function DoShutdown ()


PostRender

function PostRender (Canvas C)


StartCycle

function StartCycle ()


TickTimeDemo

function TickTimeDemo (float Delta)