UCookerStats

Statistics for a cooked asset.

Windows
MacOS
Linux

Inheritance Hierarchy

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.

We assume that asset files are not larger than 2GB, because the StatsViewer is still lacking int64 support.

Variables

Name Description

Public variable

TArray< TWeakOb...

 

Assets

The assets contained in the file.

Public variable

FString

 

Path

Asset path without the name "package.[group.]"

Public variable

float

 

SizeAfter

The size of the assets after cooking.

Public variable

float

 

SizeBefore

The size of the assets before cooking.

Constructors

Name Description

Public function

UCookerStats

(
    const FObjectInitializer& ObjectIn...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss