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/CookDependency.h |
| Include Path | #include "Cooker/CookDependency.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Cooker/CookDependency.cpp |
void Log
(
ELogVerbosity::Type ,
FString Message
)