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