Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/ICookInfo
Description
Returns true if the cooker is cooking after a previous cook session and is cooking only the changed files. Returns false if the cooker is doing a recook of all packages discovered in the session. Returns false if not yet initialized, but it will be initialized whenever a session is in progress (GetSessionPlatforms is non-empty). When IsIncremental is true, systems that write artifacts to the cook output should load/update/resave their artifacts.
| Name | IsIncremental |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ICookInfo.h |
| Include Path | #include "UObject/ICookInfo.h" |
bool IsIncremental()