Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets
Inheritance Hierarchy
- FResourceStatReporter
- FResourceStatReporter_AssetDuplication
- FResourceStatReporter_TotalMemoryPerAsset
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Commandlets/EditorCommandlets.h |
| Include | #include "Commandlets/EditorCommandlets.h" |
Syntax
struct FResourceStatReporter
Remarks
Generates various types of reports for the list of resources collected by the AnalyzeCookedContent commandlet. Each derived version of this struct generates a different type of report.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EReportOutputType | OutputType |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CreateReport
(
const TArray< struct FPackageResourceStat >& ResourceStats |
Creates a report using the specified stats. |