Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Cooker
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookDeterminismHelper.h |
| Include | #include "Cooker/CookDeterminismHelper.h" |
Syntax
struct IDeterminismConstructDiagnosticsContext
Remarks
Struct to hold input and receive output of IDeterminismHelper::ConstructDiagnostics. Virtual base class so it can be implemented in the UnrealEd project.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddDiagnostic
(
FUtf8StringView DiagnosticName, |
Output function; call this to add a diagnostic with the given value. | |
| const ITargetPlatform * | Reports the TargetPlatform being cooked for which the diagnostics are created. |