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