Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/ICookArtifact
Description
Called from the cooker when a full recook was required by the cooker or by CompareSettings from any artifact. Any files under Saved\Cooked
| Name | OnFullRecook |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookArtifact.h |
| Include Path | #include "Cooker/CookArtifact.h" |
virtual void OnFullRecook
(
const ITargetPlatform * TargetPlatform
)