Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FObjectSavePackageSerializeConte-
Description
Return true if the archive is listening to AddCookBuildDependency and AddCookRuntimeDependency calls. If it returns true, objects must add their dependencies, failing to do so will cause false positive incremental skips.
| Name | IsHarvestingCookDependencies |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectSaveContext.h |
| Include Path | #include "UObject/ObjectSaveContext.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/SavePackage/SavePackageUtilities.cpp |
bool IsHarvestingCookDependencies() const