Navigation
Unreal Engine C++ API Reference > Editor > StatsViewer
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UShaderCookerStats
References
Module | StatsViewer |
Header | /Engine/Source/Editor/StatsViewer/Classes/ShaderCookerStats.h |
Include | #include "ShaderCookerStats.h" |
Syntax
class UShaderCookerStats : public UObject
Remarks
Statistics page for shader cooker stats.
Variables
Type | Name | Description | |
---|---|---|---|
FString | Category | Material Category | |
int32 | CategoryIndex | ||
int32 | Compiled | Number of shaders compilations | |
float | CompileTime | Time spent compiling | |
int32 | Cooked | Number of shaders cooked | |
FString | Name | Material name | |
FString | Path | Material path | |
int32 | Permutations | Number of permutations | |
FString | Platform | Material platform |
Constructors
Type | Name | Description | |
---|---|---|---|
UShaderCookerStats
(
const FObjectInitializer& ObjectInitializer |