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

#include <AsyncLoading.h>

Public Member Functions

 FExportIORequest ()
 

Public Attributes

int64 Offset
 
int64 BytesToRead
 
int32 FirstExportCovered
 
int32 LastExportCovered
 
TArray< int32ExportsToRead
 

Constructor & Destructor Documentation

◆ FExportIORequest()

FAsyncPackage::FExportIORequest::FExportIORequest ( )
inline

Member Data Documentation

◆ BytesToRead

int64 FAsyncPackage::FExportIORequest::BytesToRead

◆ ExportsToRead

TArray<int32> FAsyncPackage::FExportIORequest::ExportsToRead

◆ FirstExportCovered

int32 FAsyncPackage::FExportIORequest::FirstExportCovered

◆ LastExportCovered

int32 FAsyncPackage::FExportIORequest::LastExportCovered

◆ Offset

int64 FAsyncPackage::FExportIORequest::Offset

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