Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/ICookInfo
Description
Unregister Artifact that was registered via RegisterArtifact. Silently returns if the artifact is not registered. References to the Artifact will be released, which will delete the Artifact if not referenced by the caller.
| Name | UnregisterArtifact |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ICookInfo.h |
| Include Path | #include "UObject/ICookInfo.h" |
void UnregisterArtifact
(
ICookArtifact * Artifact
)