Navigation
API > API/Runtime > API/Runtime/CoreUObject
Argument and return value passing structure for ICookArtifact::UpdateOplogPackages.
| Name | FUpdateOplogPackagesContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookArtifact.h |
| Include Path | #include "Cooker/CookArtifact.h" |
Syntax
struct FUpdateOplogPackagesContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUpdateOplogPackagesContext
(
ICookInfo& InCookInfo |
Cooker/CookArtifact.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CookInfo | ICookInfo & | Cooker/CookArtifact.h | ||
| OplogPackages | TMap< FName, FOplogPackageData > | Cooker/CookArtifact.h | ||
| TargetPlatform | const ITargetPlatform * | Cooker/CookArtifact.h | ||
| UCookOnTheFlyServer | friend | Cooker/CookArtifact.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ICookInfo & GetCookInfo() |
Cooker/CookArtifact.h | ||
const TMap< FName, FOplogPackageData > & GetOplogPackages () |
Get the list of OplogPackages that were present in the current CookSession, and data about their cookstatus. | Cooker/CookArtifact.h | |
const ITargetPlatform * GetTargetPlatform() |
The TargetPlatform being reported. Non-null. | Cooker/CookArtifact.h |