![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PackageWriter.h>
Public Attributes | |
| FName | PackageName |
| const ITargetPlatform * | TargetPlatform |
| TConstArrayView< UObject * > | SaveableObjects |
| uint32 | SaveFlags |
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.
| FName UE::PackageWriter::Private::FBeginCacheForCookedPlatformDataInfo::PackageName |
| TConstArrayView<UObject*> UE::PackageWriter::Private::FBeginCacheForCookedPlatformDataInfo::SaveableObjects |
| uint32 UE::PackageWriter::Private::FBeginCacheForCookedPlatformDataInfo::SaveFlags |
| const ITargetPlatform* UE::PackageWriter::Private::FBeginCacheForCookedPlatformDataInfo::TargetPlatform |