Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FPkgInfoReporter
- FPkgInfoReporter::GeneratePackageReport()
- FPkgInfoReporter_Log::GeneratePackageReport()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/PackageUtilityWorkers.h |
| Include | #include "PackageUtilityWorkers.h" |
void GeneratePackageReport
(
class FLinkerLoad * InLinker,
FOutputDevice & Out
)
Remarks
Performs the actual work - generates a report containing information about the linker.
Parameters
| Name | Description |
|---|---|
| InLinker | if specified, changes this reporter's Linker before generating the report. |