Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/IDeterminismModifiedPackageConte-
Description
Get the IDeterminismModifiedExportContext object for the given export. Creates it if it doesn't exist; if it doesn't exist the IDeterminismModifiedExportContext will have IsModified=false and emtpy diagnostics. Invalid to call with a Export pointer that is not in the package; in that case it will log an error and return an empty IDeterminismModifiedExportContext pointing to the UPackage itself.
| Name | GetExportContext |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookDeterminismHelper.h |
| Include Path | #include "Cooker/CookDeterminismHelper.h" |
const IDeterminismModifiedExportContext & GetExportContext
(
UObject * Export
)