Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FResourceStatReporter
Description
Creates a report using the specified stats. The type of report created depends on the reporter type.
Derived Overrides
- FResourceStatReporter_AssetDuplication::CreateReport
- FResourceStatReporter_TotalMemoryPerAsset::CreateReport
| Name | CreateReport |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Commandlets/EditorCommandlets.h |
| Include Path | #include "Commandlets/EditorCommandlets.h" |
bool CreateReport
(
const TArray < struct FPackageResourceStat > & ResourceStats
)
true if the report was created successfully; false otherwise.
Parameters
| Name | Remarks |
|---|---|
| ResourceStats | the list of resource stats to create a report for. |