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