Gah - a solution with more questions. – EntropicLqd
UE2:TimeDemoPlugin (U2XMP)
Object >> ConsolePlugIn >> TimeDemoPlugin |
Contents
- 1 Properties
- 1.1 AvgText
- 1.2 bRestartTimeDemo
- 1.3 bSaveTimeDemoToFile
- 1.4 bStartTimeDemo
- 1.5 bTimeDemo
- 1.6 ExtraTime
- 1.7 fpsText
- 1.8 FrameCount
- 1.9 FrameRateText
- 1.10 FramesText
- 1.11 LastFrameTime
- 1.12 LastSecFPS
- 1.13 LastSecondFrameCount
- 1.14 LastSecondStartTime
- 1.15 LastSecText
- 1.16 MaxFPS
- 1.17 MaxText
- 1.18 MinFPS
- 1.19 MinText
- 1.20 SecondsText
- 1.21 StartTime
- 1.22 TimeDemoFont
- 2 Functions
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. |
NEW: Extracted from Console.uc
Properties[edit]
AvgText[edit]
Type: string
Modifiers: localized
Default value: "Avg"
bRestartTimeDemo[edit]
Type: bool
bSaveTimeDemoToFile[edit]
Type: bool
bStartTimeDemo[edit]
Type: bool
bTimeDemo[edit]
Type: bool
ExtraTime[edit]
Type: float
fpsText[edit]
Type: string
Modifiers: localized
Default value: "fps"
FrameCount[edit]
Type: int
FrameRateText[edit]
Type: string
Modifiers: localized
Default value: "Frame Rate"
FramesText[edit]
Type: string
Modifiers: localized
Default value: "frames rendered in"
LastFrameTime[edit]
Type: float
LastSecFPS[edit]
Type: float
LastSecondFrameCount[edit]
Type: int
LastSecondStartTime[edit]
Type: float
LastSecText[edit]
Type: string
Modifiers: localized
Default value: "Last Sec"
MaxFPS[edit]
Type: float
MaxText[edit]
Type: string
Modifiers: localized
Default value: "Max"
MinFPS[edit]
Type: float
MinText[edit]
Type: string
Modifiers: localized
Default value: "Min"
SecondsText[edit]
Type: string
Modifiers: localized
Default value: "seconds."
StartTime[edit]
Type: float
TimeDemoFont[edit]
Type: Font
Default value: Font'Engine.SmallFont'
Functions[edit]
Exec functions[edit]
TimeDemo[edit]
Native functions[edit]
SaveTimeDemo[edit]
Events[edit]
PostRender[edit]
Overrides: ConsolePlugIn.PostRender