Navigation
API > API/Editor > API/Editor/StatsViewer
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCookerStats
References
| Module | StatsViewer |
| Header | /Engine/Source/Editor/StatsViewer/Classes/CookerStats.h |
| Include | #include "CookerStats.h" |
Syntax
class UCookerStats : public UObject
Remarks
Statistics for a cooked asset.
Note: We assume that asset files are not larger than 2GB, because the StatsViewer is still lacking int64 support.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TWeakObjectPtr< UObject > > | Assets | The assets contained in the file. | |
| FString | Path | Asset path without the name "package.[group.]" | |
| float | SizeAfter | The size of the assets after cooking. | |
| float | SizeBefore | The size of the assets before cooking. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCookerStats
(
const FObjectInitializer& ObjectInitializer |