Navigation
API > API/Editor > API/Editor/StatsViewer
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULightingBuildInfo
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
| Type | Name | Description | |
|---|---|---|---|
| FString | LevelName | The name of the level this object resides in | |
| float | LightingTime | The lighting time this object took. | |
| TWeakObjectPtr< UObject > | Object | The actor and/or object that is related to this info. | |
| float | TotalTexelMemory | The memory consumed by all texels for this object, in KB | |
| float | UnmappedTexelsMemory | The memory consumed by unmapped texels for this object, in KB | |
| float | UnmappedTexelsPercentage | The percentage of unmapped texels for this object. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ULightingBuildInfo
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Set
(
TWeakObjectPtr< UObject > Object, |
Set the values for this stats entry |