Navigation
API > API/Editor > API/Editor/StatsViewer
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UTextureStats
References
| Module | StatsViewer |
| Header | /Engine/Source/Editor/StatsViewer/Classes/TextureStats.h |
| Include | #include "TextureStats.h" |
Syntax
class UTextureStats : public UObject
Remarks
Statistics page for textures.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TWeakObjectPtr< AActor > > | Actors | Actor(s) - click to select & zoom Actor(s) | |
| FVector2D | CurrentDim | Current Dimension e.g 256x256 | |
| float | CurrentKB | The memory used currently in KB | |
| TEnumAsByte< EPixelFormat > | Format | The texture format, e.g. PF_DXT1 | |
| float | FullyLoadedKB | The memory used when the texture is fully loaded in KB | |
| TEnumAsByte< TextureGroup > | Group | The texture group, TEXTUREGROUP_MAX is not used, e.g. TEXTUREGROUP_World | |
| float | LastTimeRendered | Relative time it was used for rendering the last time | |
| int32 | LODBias | LOD Bias for this texture. (Texture LODBias + Texture group) | |
| FVector2D | MaxDim | Max Dimension e.g. 256x256, not including the format | |
| int32 | NumUses | The number of times the texture is used | |
| FString | Path | Texture path without the name "package.[group.]" | |
| TWeakObjectPtr< UTexture > | Texture | Texture - click to go to asset | |
| FString | Type | Texture type e.g. 2D, 3D, Cube, "" if not known, ... | |
| FString | Virtual | Is the texture virtual? Yes/No |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UTextureStats
(
const FObjectInitializer& ObjectInitializer |