Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Cooker > API/Runtime/CoreUObject/Cooker/IDeterminismHelper
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookDeterminismHelper.h |
| Include | #include "Cooker/CookDeterminismHelper.h" |
virtual void OnPackageModified
(
IDeterminismModifiedExportContext & ExportContext
)
Remarks
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 FalsePositiveIterativeSkip. The default implementation just prints out the old and new values of each diagnostic.