Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/ICookInfo
Description
Call in SPCook or on the cookdirector to register an Artifact that saves non-package files in the cook's output directory for each TargetPlatform. On CookWorkers this is a noop and the Artifact will be deleted if not referenced by the caller. Registered artifacts receives calls that allow them to handle invalidation of the artifact during incremental cooks.
| Name | RegisterArtifact |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ICookInfo.h |
| Include Path | #include "UObject/ICookInfo.h" |
void RegisterArtifact
(
ICookArtifact * Artifact
)