Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Cooker > API/Runtime/CoreUObject/Cooker/FCookDependencyContext
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookDependency.h |
| Include | #include "Cooker/CookDependency.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Cooker/CookDependency.cpp |
void LogError
(
FString Message
)
Remarks
Reports failure to compute the hash (e.g. because a file cannot be read). When calculating the initial hash during package save, this error will be logged as an error and the package will be recooked on the next cook. When calculating the hash during an incremental cook the message will be logged at Log level and will cause the package to be recooked.