Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FUpdateOplogPackagesContext
Description
Get the list of OplogPackages that were present in the current CookSession, and data about their cookstatus. An OplogPackage is a package cooked in the current cook session or cooked in a previous incrementalcook session that is still available for future cooks that reference it. Data includes whether it was referenced and whether it was cooked,
| Name | GetOplogPackages |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookArtifact.h |
| Include Path | #include "Cooker/CookArtifact.h" |
const TMap < FName , FOplogPackageData > & GetOplogPackages() const