ULightingBuildInfo::Set

Set the values for this stats entry

Windows
MacOS
Linux

References

Module

StatsViewer

Header

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

Include

#include "LightingBuildInfo.h"

Source

/Engine/Source/Editor/StatsViewer/Private/StatsEntries/LightingBuildInfo.cpp

Syntax

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

Remarks

Set the values for this stats entry

Parameters

Parameter

Description

Object

The object this lighting info relates to

LightingTime

The time in seconds that this objects lighting build took

UnmappedTexelsPercentage

The percentage of unmapped texels for this object

UnmappedTexelsMemory

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

TotalTexelMemory

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

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