Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/IDeterminismHelper
Description
Override this function to get a callback with the old and new values of the diagnostics when a package is found to be modified by indeterminism or FalsePositiveIncrementalSkip. The default implementation just prints out the old and new values of each diagnostic.
| Name | OnPackageModified |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookDeterminismHelper.h |
| Include Path | #include "Cooker/CookDeterminismHelper.h" |
virtual void OnPackageModified
(
IDeterminismModifiedExportContext & ExportContext
)