Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FCompareSettingsContext
Description
Request an invalidation of just this artifact. Initial value is false. OnInvalidate will be called, unless the cooker or some artifact requests OnFullRecook, in which case OnFullRecook will be called and OnInvalidate will not be called.
| Name | RequestInvalidate |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookArtifact.h |
| Include Path | #include "Cooker/CookArtifact.h" |
void RequestInvalidate
(
bool bValue
)