Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FCookDependencyContext
Description
Send a message to the cook dependency context with the given severity. The message may be suppressed or reduced in verbosity based on the calling context.
| Name | Log |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookDependencyContext.h |
| Include Path | #include "Cooker/CookDependencyContext.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Cooker/CookDependencyContext.cpp |
void Log
(
ELogVerbosity::Type ,
FString Message,
bool bInvalidated
)