UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::IoStore::Config Namespace Reference

Functions

int64 ParseSizeParam (FStringView Value)
 
int64 ParseSizeParam (const TCHAR *CommandLine, const TCHAR *Param)
 
FIasCacheConfig GetStreamingCacheConfig (const TCHAR *CommandLine)
 
TIoStatusOr< FOnDemandEndpointConfigTryParseEndpointConfig (const TCHAR *CommandLine)
 
TIoStatusOr< FOnDemandInstallCacheConfigTryParseInstallCacheConfig (const TCHAR *CommandLine)
 

Variables

bool GIoStoreOnDemandInstallCacheEnabled = true
 

Function Documentation

◆ GetStreamingCacheConfig()

FIasCacheConfig UE::IoStore::Config::GetStreamingCacheConfig ( const TCHAR CommandLine)

◆ ParseSizeParam() [1/2]

int64 UE::IoStore::Config::ParseSizeParam ( const TCHAR CommandLine,
const TCHAR Param 
)

◆ ParseSizeParam() [2/2]

int64 UE::IoStore::Config::ParseSizeParam ( FStringView  Value)

◆ TryParseEndpointConfig()

TIoStatusOr< FOnDemandEndpointConfig > UE::IoStore::Config::TryParseEndpointConfig ( const TCHAR CommandLine)

◆ TryParseInstallCacheConfig()

TIoStatusOr< FOnDemandInstallCacheConfig > UE::IoStore::Config::TryParseInstallCacheConfig ( const TCHAR CommandLine)

Variable Documentation

◆ GIoStoreOnDemandInstallCacheEnabled

bool UE::IoStore::Config::GIoStoreOnDemandInstallCacheEnabled = true