Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/ICookInfo
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/ICookInfo.h |
| Include | #include "UObject/ICookInfo.h" |
bool IsIterative()
Remarks
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 IsIterative is true, systems that write artifacts to the cook output should load/update/resave their artifacts.