Navigation
API > API/Editor > API/Editor/UnrealEd
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.
| Name | FResourceStatReporter |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Commandlets/EditorCommandlets.h |
| Include Path | #include "Commandlets/EditorCommandlets.h" |
Syntax
struct FResourceStatReporter
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FResourceStatReporter() |
Constructor | Commandlets/EditorCommandlets.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FResourceStatReporter() |
Destructor | Commandlets/EditorCommandlets.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OutputType | EReportOutputType | Commandlets/EditorCommandlets.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CreateReport
(
const TArray< struct FPackageResourceStat >& ResourceStats |
Creates a report using the specified stats. | Commandlets/EditorCommandlets.h |