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 FOpenAsyncPackageResult
Variables
| Type | Name | Description | |
|---|---|---|---|
| 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. | |
| TUniquePtr< IAsyncReadFileHandle > | Handle | AsyncReadFileHandle for the requested Segment bytes, in canceled state if it does not exist. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOpenAsyncPackageResult
(
const FOpenAsyncPackageResult& |
|||
FOpenAsyncPackageResult
(
TUniquePtr< IAsyncReadFileHandle >&& InHandle, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopyMetaData
(
const FOpenPackageResult& Other |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FOpenAsyncPackageResult & | operator=
(
const FOpenAsyncPackageResult& |
||
| FOpenAsyncPackageResult & |