UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::FIoScatterGatherRequestParams::FScatterParams Struct Reference

#include <PlatformIoDispatcher.h>

Public Attributes

uint64 BlockFileOffset = 0
 
uint32 BlockCompressedSize = 0
 
uint32 BlockUncompresedSize = 0
 
uint64 ScatterOffset = 0
 
uint64 ScatterSize = 0
 
uint64 DestinationOffset = 0
 
uint32 BlockIndex = MAX_uint32
 
FName CompressionMethod = NAME_None
 
FMemoryView EncryptionKey
 
FMemoryView BlockHash
 

Member Data Documentation

◆ BlockCompressedSize

uint32 UE::FIoScatterGatherRequestParams::FScatterParams::BlockCompressedSize = 0

◆ BlockFileOffset

uint64 UE::FIoScatterGatherRequestParams::FScatterParams::BlockFileOffset = 0

◆ BlockHash

FMemoryView UE::FIoScatterGatherRequestParams::FScatterParams::BlockHash

◆ BlockIndex

uint32 UE::FIoScatterGatherRequestParams::FScatterParams::BlockIndex = MAX_uint32

◆ BlockUncompresedSize

uint32 UE::FIoScatterGatherRequestParams::FScatterParams::BlockUncompresedSize = 0

◆ CompressionMethod

FName UE::FIoScatterGatherRequestParams::FScatterParams::CompressionMethod = NAME_None

◆ DestinationOffset

uint64 UE::FIoScatterGatherRequestParams::FScatterParams::DestinationOffset = 0

◆ EncryptionKey

FMemoryView UE::FIoScatterGatherRequestParams::FScatterParams::EncryptionKey

◆ ScatterOffset

uint64 UE::FIoScatterGatherRequestParams::FScatterParams::ScatterOffset = 0

◆ ScatterSize

uint64 UE::FIoScatterGatherRequestParams::FScatterParams::ScatterSize = 0

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