FIoStoreTocCompressedBlockEntry
Namespace: UAssetAPI.IO
Compression block entry.
public struct FIoStoreTocCompressedBlockEntry
Inheritance Object → ValueType → FIoStoreTocCompressedBlockEntry
Fields
Offset
public ulong Offset;
CompressedSize
public uint CompressedSize;
UncompressedSize
public uint UncompressedSize;
CompressionMethodIndex
public byte CompressionMethodIndex;
OffsetBits
public static int OffsetBits;
OffsetMask
public static ulong OffsetMask;
SizeBits
public static int SizeBits;
SizeMask
public static uint SizeMask;
SizeShift
public static int SizeShift;
Methods
Read(IOStoreBinaryReader)
FIoStoreTocCompressedBlockEntry Read(IOStoreBinaryReader reader)
Parameters
reader
IOStoreBinaryReader
Returns
FIoStoreTocCompressedBlockEntry
Write(IOStoreBinaryWriter, UInt64, UInt32, UInt32, Byte)
int Write(IOStoreBinaryWriter writer, ulong v1, uint v2, uint v3, byte v4)
Parameters
writer
IOStoreBinaryWriter
v1
UInt64
v2
UInt32
v3
UInt32
v4
Byte
Returns
Write(IOStoreBinaryWriter)
int Write(IOStoreBinaryWriter writer)
Parameters
writer
IOStoreBinaryWriter