Navigation
API > API/Runtime > API/Runtime/CoreUObject
Extended data for IDeterminismModifiedExportContext. Holds data about the entire package.
| Name | IDeterminismModifiedPackageContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookDeterminismHelper.h |
| Include Path | #include "Cooker/CookDeterminismHelper.h" |
Syntax
struct IDeterminismModifiedPackageContext
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDeterminismModifiedPackageContext() |
Cooker/CookDeterminismHelper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const IDeterminismModifiedExportContext & GetExportContext
(
UObject* Export |
Get the IDeterminismModifiedExportContext object for the given export. | Cooker/CookDeterminismHelper.h | |
| Return a list of all the exports in the package that were found to have modifications in the bytes created by their Serialize functions. | Cooker/CookDeterminismHelper.h | ||
UObject * GetPrimaryAsset() |
Get the UObject that is the primary asset for the package, or nullptr in the few instances of packages that lack a primary asset. | Cooker/CookDeterminismHelper.h | |
const ITargetPlatform * GetTargetPlatform() |
Reports the TargetPlatform for which the package was found to be modified. | Cooker/CookDeterminismHelper.h |