FPkgInfoReporter

Base for classes which generate output for the PkgInfo commandlet

Windows
MacOS
Linux

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

Name Description

Protected variable

uint32

 

DisplayFlags

A bitmask of EPackageInfoDisplayFlags that determine the display of information in the report.

Protected variable

uint32

 

InfoFlags

A bitmask of PKGINFO_ flags that determine the categories of information included in the report.

Public variable

bInHideOffsets

 

InLinker

Protected variable

FLinkerLoad ...

 

Linker

The linker of the package to generate the report for

Protected variable

int32

 

PackageCount

The number of packages evaluated by this reporter so far. Must be incremented by child classes.

Public variable

bInHideOffsets:...

 

PKGINFODISPLAY_HideOffsets

Constructors

Name Description

Public function

FPkgInfoReporter()

Constructors

Public function

FPkgInfoReporter

(
    const FPkgInfoReporter& Other
)

The number of packages evaluated by this reporter so far. Must be incremented by child classes.

Destructors

Name Description

Public function Virtual

~FPkgInfoReporter()

Destructor

Functions

Name Description

Public function

bInHideOffse...

 

DisplayFlags

(
    InDisplayFlags
)

Public function

void

 

GeneratePackageReport

(
    FLinkerLoad* InLinker,
    FOutputDevice& Out
)

Performs the actual work - generates a report containing information about the linker.

Protected function Const

bool

 

IsHideOffsets()

Protected function Const

bool

 

IsHideProcessUnstable()

Protected function Const

bool

 

IsHideSaveUnstable()

Public function

bInHideOffse...

 

Linker

(
    [InLinker](API\Editor\UnrealEd\FPkgInfoReporter\InLinker)
)

Public function

bInHideOffse...

 

PackageCount

(
    0
)

Public function

void

 

SetLinker

(
    FLinkerLoad* NewLinker
)

Changes the target linker for this reporter. Useful when generating reports for multiple packages.

Deprecated Variables

Name Description

Public variable

: FPkgInfoRepo...

 

pad0

Use The EPackageInfoDisplayFlags constructor instead

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss