Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectResource.h |
| Include | #include "UObject/ObjectResource.h" |
Syntax
struct FObjectDataResource
Remarks
UObject binary/bulk data resource type.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBulkDataCookedIndex | CookedIndex | The cooked index to which the bulkdata payload belongs | |
| int64 | DuplicateSerialOffset | Location of the data in the underlying storage type if this data is duplicated. | |
| EObjectDataResourceFlags | Flags | Data resource flags. | |
| uint32 | LegacyBulkDataFlags | Bulk data flags. | |
| FPackageIndex | OuterIndex | Location of this resource outer/owning object in the export table. | |
| int64 | RawSize | Uncompressed size of the data. | |
| int64 | SerialOffset | Location of the data in the underlying storage type. | |
| int64 | SerialSize | Number of bytes to serialize when loading/saving the data. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | Serialize
(
FArchive& Ar, |
I/O functions. | |
| void | Serialize
(
FStructuredArchive::FSlot Slot, |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EVersion |