Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
FIoStoreTocChunkInfo |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h |
| Include Path |
#include "IO/IoDispatcher.h" |
Syntax
struct FIoStoreTocChunkInfo
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
IO/IoDispatcher.h |
|
|
|
IO/IoDispatcher.h |
|
|
|
IO/IoDispatcher.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bForceUncompressed |
bool |
|
IO/IoDispatcher.h |
|
| bHasValidFileName |
bool |
|
IO/IoDispatcher.h |
|
| bIsCompressed |
bool |
|
IO/IoDispatcher.h |
|
| bIsMemoryMapped |
bool |
|
IO/IoDispatcher.h |
|
| ChunkHash |
FIoHash |
|
IO/IoDispatcher.h |
|
| ChunkType |
EIoChunkType |
|
IO/IoDispatcher.h |
|
| CompressedSize |
uint64 |
|
IO/IoDispatcher.h |
|
| FileName |
FString |
|
IO/IoDispatcher.h |
|
| Hash |
PRAGMA_DISABLE_DEPRECATION_WARNINGSFIoChunkHash |
|
IO/IoDispatcher.h |
|
| Id |
FIoChunkId |
|
IO/IoDispatcher.h |
|
| NumCompressedBlocks |
uint32 |
|
IO/IoDispatcher.h |
|
| Offset |
uint64 |
|
IO/IoDispatcher.h |
|
| OffsetOnDisk |
uint64 |
|
IO/IoDispatcher.h |
|
| PartitionIndex |
int32 |
|
IO/IoDispatcher.h |
|
| Size |
uint64 |
|
IO/IoDispatcher.h |
|
Functions
Public
Operators