Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FOpenPackageResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageResourceManager.h |
| Include Path | #include "UObject/PackageResourceManager.h" |
Syntax
struct FOpenPackageResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Archive | TUniquePtr< FArchive > | Archive containing the bytes for the requested PackagePath segment | UObject/PackageResourceManager.h | |
| bNeedsEngineVersionChecks | bool | True if the package is of unknown version and needs to check for version and corruption. | UObject/PackageResourceManager.h | |
| Format | EPackageFormat | Format of the archive, binary or text. | UObject/PackageResourceManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyMetaData
(
const FOpenPackageResult& Other |
UObject/PackageResourceManager.h |