UPrimitiveStats

Statistics page for primitives.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

StatsViewer

Header

/Engine/Source/Editor/StatsViewer/Classes/PrimitiveStats.h

Include

#include "PrimitiveStats.h"

Syntax

class UPrimitiveStats : public UObject

Remarks

Statistics page for primitives.

Variables

Name Description

Public variable

TArray< TWeakOb...

 

Actors

Actor(s) that use the resource - click to select & zoom Actor(s)

Public variable

int32

 

Count

Number of occurrences in map

Public variable

int32

 

HWInstances

Hardware instances

Public variable

int32

 

InstSections

Instanced section count of mesh

Public variable

int32

 

InstTriangles

Triangle count of all mesh occurances (Count * Tris)

Public variable

float

 

InstVertexColorMem

Per component vertex color stat for static meshes in KB

Public variable

float

 

LightMapData

Light map data in KB

Public variable

int32

 

LightsLM

Average number of lightmap lights relevant to each instance

Public variable

float

 

LightsOther

Average number of other lights relevant to each instance

Public variable

float

 

LightsTotal

(Avg OL + Avg LM) / Count

Public variable

float

 

LMSMResolution

Light/shadow map resolution

Public variable

TWeakObjectPtr<...

 

Object

Resource (e.g. UStaticMesh, USkeletalMesh, UModelComponent, UTerrainComponent, etc

Public variable

float

 

ObjLightCost

Avg OL * Sections

Public variable

float

 

RadiusAvg

Average radius of bounding sphere of instance in map

Public variable

float

 

RadiusMax

Maximum radius of bounding sphere of instance in map

Public variable

float

 

RadiusMin

Minimum radius of bounding sphere of instance in map

Public variable

float

 

ResourceSize

Resource size in KB

Public variable

int32

 

Sections

Section count of mesh

Public variable

int32

 

Triangles

Triangle count of mesh

Public variable

FString

 

Type

Type name

Public variable

float

 

VertexColorMem

Vertex color stat for static and skeletal meshes in KB

Constructors

Name Description

Public function

UPrimitiveStats

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

void

 

UpdateNames()

Update internal strings

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss