Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/FileRegions.h |
| Include | #include "Serialization/FileRegions.h" |
Syntax
struct FFileRegion
Remarks
Represents a region of logically related bytes within a larger block of cooked data. Regions are used to improve data compression and patching on some platforms.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | Length | ||
| uint64 | Offset | ||
| EFileRegionType | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFileRegion () |
|||
FFileRegion
(
uint64 InOffset, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AccumulateFileRegions
(
TArray< FFileRegion >& InOutRegions, |
||
| bool | LoadFromCompactBinary
(
FCbFieldView Obj, |
||
| EFileRegionType | SelectType
(
EPixelFormat Format |
||
| void | SerializeFileRegions
(
FArchive& Ar, |
Constants
| Name | Description |
|---|---|
| RegionsFileExtension |