Navigation
API > API/Editor > API/Editor/UnrealEd
Base for classes which generate output for the PkgInfo commandlet
| Name | FPkgInfoReporter |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/PackageUtilityWorkers.h |
| Include Path | #include "PackageUtilityWorkers.h" |
Syntax
struct FPkgInfoReporter
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructors | PackageUtilityWorkers.h | ||
FPkgInfoReporter
(
const FPkgInfoReporter& Other |
PackageUtilityWorkers.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPkgInfoReporter() |
Destructor | PackageUtilityWorkers.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| pad0 | PackageUtilityWorkers.h | |||
| InLinker | bInHideOffsets | PackageUtilityWorkers.h | ||
| PKGINFODISPLAY_HideOffsets | bInHideOffsets | PackageUtilityWorkers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bInHideOffsets DisplayFlags
(
InDisplayFlags |
PackageUtilityWorkers.h | ||
void GeneratePackageReport
(
FLinkerLoad* InLinker, |
Performs the actual work - generates a report containing information about the linker. | PackageUtilityWorkers.h | |
bInHideOffsets Linker
(
InLinker |
PackageUtilityWorkers.h | ||
bInHideOffsets PackageCount
(
0 |
PackageUtilityWorkers.h | ||
void SetLinker
(
FLinkerLoad* NewLinker |
Changes the target linker for this reporter. Useful when generating reports for multiple packages. | PackageUtilityWorkers.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsHideOffsets() |
PackageUtilityWorkers.h | ||
bool IsHideProcessUnstable() |
PackageUtilityWorkers.h | ||
bool IsHideSaveUnstable() |
PackageUtilityWorkers.h |