Navigation
API > API/Runtime > API/Runtime/Core
Information passed from SavePackage into a PackageWriter during cooking for the calls to BeginCacheForCookedPlatformData on the UObjects in the package. This type is a cooker implementation detail and might be changed without deprecation in a future version.
| Name | FBeginCacheForCookedPlatformDataInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/PackageWriter.h |
| Include Path | #include "Serialization/PackageWriter.h" |
Syntax
struct FBeginCacheForCookedPlatformDataInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PackageName | FName | Serialization/PackageWriter.h | ||
| SaveableObjects | TConstArrayView< UObject * > | Serialization/PackageWriter.h | ||
| SaveFlags | uint32 | Serialization/PackageWriter.h | ||
| TargetPlatform | const ITargetPlatform * | Serialization/PackageWriter.h |