Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FCompareSettingsContext
Description
Request a full recook; all artifacts invalidated and all packages recooked. Initial value is false. OnFullRecook will be called. OnInvalidate will not be called.
| Name | RequestFullRecook |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookArtifact.h |
| Include Path | #include "Cooker/CookArtifact.h" |
void RequestFullRecook
(
bool bValue
)