UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FIoChunkEncodingParams Struct Reference

#include <IoChunkEncoding.h>

+ Inheritance diagram for FIoChunkEncodingParams:

Public Attributes

FName CompressionFormat = TEXT("Oodle")
 
FMemoryView EncryptionKey
 
uint32 BlockSize = (64 << 10)
 

Detailed Description

Defines how the I/O chunk gets encoded into a set of compressed and encrypted block(s).

Member Data Documentation

◆ BlockSize

uint32 FIoChunkEncodingParams::BlockSize = (64 << 10)

◆ CompressionFormat

FName FIoChunkEncodingParams::CompressionFormat = TEXT("Oodle")

◆ EncryptionKey

FMemoryView FIoChunkEncodingParams::EncryptionKey

The documentation for this struct was generated from the following file: