I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:GameStatsVisualizer (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GameStatsVisitorImpl >> GameStatsVisualizer |
- Package:
- UnrealEd
- Implemented interfaces:
- GameStatsDatabaseVisitor
- Direct subclasses:
- BasicStatsVisualizer, HeatmapVisualizer, PlayerMovementVisualizer
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. |
Visualization interface for game statistics
Properties
FriendlyName
Type: string
Human readable name for this visualizer
Default value: "Base Visualizer"
OptionsDialog
Type: pointer{class WxVisualizerOptionsDialog}
Modifiers: native, private, const
The options dialog (will be NULL before first call to options)
OptionsDialogName
Type: string
Name of the options dialog resource
Parent
Type: pointer{class WxGameStatsVisualizer}
Modifiers: native, private, const
The parent gui