ULightingBuildInfo

Statistics page for lighting.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

StatsViewer

Header

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

Include

#include "LightingBuildInfo.h"

Syntax

class ULightingBuildInfo : public UObject

Remarks

Statistics page for lighting.

Variables

Name Description

Public variable

FString

 

LevelName

The name of the level this object resides in

Public variable

float

 

LightingTime

The lighting time this object took.

Public variable

TWeakObjectPtr<...

 

Object

The actor and/or object that is related to this info.

Public variable

float

 

TotalTexelMemory

The memory consumed by all texels for this object, in KB

Public variable

float

 

UnmappedTexelsMemory

The memory consumed by unmapped texels for this object, in KB

Public variable

float

 

UnmappedTexelsPercentage

The percentage of unmapped texels for this object.

Constructors

Name Description

Public function

ULightingBuildInfo

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Virtual

void

 

Set

(
    TWeakObjectPtr< UObject > Object,
    double LightingTime,
    float UnmappedTexelsPercentage,
    int32 UnmappedTexelsMemory,
    int32 TotalTexelMemory
)

Set the values for this stats entry

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