Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/ICookArtifact
Description
Called from the cooker when a full recook was not required and CompareSettings requested invalidate. This function must clean the artifact's files under Saved\Cooked
| Name | OnInvalidate |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookArtifact.h |
| Include Path | #include "Cooker/CookArtifact.h" |
virtual void OnInvalidate
(
const ITargetPlatform * TargetPlatform
)