Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FPkgInfoReporter
- FPkgInfoReporter_Log
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/PackageUtilityWorkers.h |
| Include | #include "PackageUtilityWorkers.h" |
Syntax
struct FPkgInfoReporter
Remarks
Base for classes which generate output for the PkgInfo commandlet
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | DisplayFlags | A bitmask of EPackageInfoDisplayFlags that determine the display of information in the report. | |
| uint32 | InfoFlags | A bitmask of PKGINFO_ flags that determine the categories of information included in the report. | |
| bInHideOffsets | InLinker | ||
| FLinkerLoad * | Linker | The linker of the package to generate the report for | |
| int32 | PackageCount | The number of packages evaluated by this reporter so far. Must be incremented by child classes. | |
| bInHideOffsets: PKGINFODISPLAY_None | PKGINFODISPLAY_HideOffsets |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructors | |||
FPkgInfoReporter
(
const FPkgInfoReporter& Other |
The number of packages evaluated by this reporter so far. Must be incremented by child classes. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bInHideOffsets | DisplayFlags
(
InDisplayFlags |
||
| void | GeneratePackageReport
(
FLinkerLoad* InLinker, |
Performs the actual work - generates a report containing information about the linker. | |
| bool | |||
| bool | |||
| bool | |||
| bInHideOffsets | |||
| bInHideOffsets | PackageCount
(
0 |
||
| void | SetLinker
(
FLinkerLoad* NewLinker |
Changes the target linker for this reporter. Useful when generating reports for multiple packages. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| : FPkgInfoReporter(InInfoFlags | pad0 | Use The EPackageInfoDisplayFlags constructor instead |