Navigation
API > API/Editor > API/Editor/StatsViewer > API/Editor/StatsViewer/ULightingBuildInfo
References
| Module | StatsViewer |
| Header | /Engine/Source/Editor/StatsViewer/Classes/LightingBuildInfo.h |
| Include | #include "LightingBuildInfo.h" |
| Source | /Engine/Source/Editor/StatsViewer/Private/StatsEntries/LightingBuildInfo.cpp |
virtual void Set
&40;
TWeakObjectPtr< UObject > Object,
double LightingTime,
float UnmappedTexelsPercentage,
int32 UnmappedTexelsMemory,
int32 TotalTexelMemory
&41;
Remarks
Set the values for this stats entry
Parameters
| Name | 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 |