UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FOpenPackageResult Struct Reference

#include <PackageResourceManager.h>

Public Member Functions

void CopyMetaData (const FOpenPackageResult &Other)
 

Public Attributes

TUniquePtr< FArchiveArchive
 
EPackageFormat Format = EPackageFormat::Binary
 
bool bNeedsEngineVersionChecks = true
 

Member Function Documentation

◆ CopyMetaData()

void FOpenPackageResult::CopyMetaData ( const FOpenPackageResult Other)
inline

Member Data Documentation

◆ Archive

TUniquePtr<FArchive> FOpenPackageResult::Archive

Archive containing the bytes for the requested PackagePath segment

◆ bNeedsEngineVersionChecks

bool FOpenPackageResult::bNeedsEngineVersionChecks = true

True if the package is of unknown version and needs to check for version and corruption. False if the package was loaded from a repository specifically for the current binary's versions and has already been checked for corruption.

◆ Format

EPackageFormat FOpenPackageResult::Format = EPackageFormat::Binary

Format of the archive, binary or text. Currently only header segments can have EPackageFormat::Text, all other segments have EPackageFormat::Binary


The documentation for this struct was generated from the following file: