Ark Server API (ASA) - Wiki
|
#include <FileRegions.h>
Public Member Functions | |
FFileRegion () | |
FFileRegion (uint64 InOffset, uint64 InLength, EFileRegionType InType) | |
Static Public Member Functions | |
static void | AccumulateFileRegions (TArray< FFileRegion > &InOutRegions, int64 EntryOffset, int64 PayloadOffset, int64 EndOffset, TArrayView< const FFileRegion > InnerFileRegions) |
static void | SerializeFileRegions (class FArchive &Ar, TArray< FFileRegion > &Regions) |
static EFileRegionType | SelectType (EPixelFormat Format) |
Public Attributes | |
uint64 | Offset |
uint64 | Length |
EFileRegionType | Type |
Static Public Attributes | |
static const TCHAR * | RegionsFileExtension |
Definition at line 27 of file FileRegions.h.
|
inline |
Definition at line 35 of file FileRegions.h.
|
inline |
Definition at line 41 of file FileRegions.h.
|
static |
|
inlinestatic |
Definition at line 50 of file FileRegions.h.
|
static |
uint64 FFileRegion::Length |
Definition at line 32 of file FileRegions.h.
uint64 FFileRegion::Offset |
Definition at line 31 of file FileRegions.h.
|
static |
Definition at line 29 of file FileRegions.h.
EFileRegionType FFileRegion::Type |
Definition at line 33 of file FileRegions.h.