Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Cooker > API/Runtime/CoreUObject/Cooker/IDeterminismModifiedPackageConte-
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookDeterminismHelper.h |
| Include | #include "Cooker/CookDeterminismHelper.h" |
const IDeterminismModifiedExportContext & GetExportContext
(
UObject * Export
)
Remarks
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.