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