Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:HeatmapVisualizer (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:24, 17 January 2010 by (Talk)

Jump to: navigation, search
UDK Object >> GameStatsVisitorImpl >> GameStatsVisualizer >> HeatmapVisualizer
Package: 
UnrealEd
Implemented interfaces
GameStatsDatabaseVisitor

Visualizes the movement of players through the map as a series of lines

Properties

CurrentMaxDensity

Type: int

Uset defined value used to normalize rendered data

Default value: -1

CurrentMinDensity

Type: int

User defined value used to normalize rendered data

Default value: -1

HeatmapMaterial

Type: MaterialInstanceConstant

Reference to the material that renders the heatmap

HeatmapPositions

Type: array<HeatMapPosEntry>

All data to be drawn by this visualizer

MaxDensity

Type: int

Max count of the stat found in all heatmap buckets

MinDensity

Type: int

Min count (non-zero) of the stat found in all heatmap buckets

OverlayTexture

Type: Texture2D

Reference to the texture generated from the heatmap data

TextureXSize

Type: int

The dimensions of the heatmap texture

Default value: 256

TextureYSize

Type: int


Default value: 256

WorldMaxPos

Type: Object.Vector


WorldMinPos

Type: Object.Vector

World bounds

Default values

Property Value
FriendlyName "Heatmap Visualizer"
OptionsDialogName "ID_HEATMAPOPTIONS"

Structs

HeatMapPosEntry

Modifiers: native

Atomic position/rotation entry at a given time

float Time 
Object.Vector Position