UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
OnDemandConfig.cpp File Reference
#include "OnDemandConfig.h"
#include "IO/IoStatus.h"
#include "OnDemandIoDispatcherBackend.h"
#include "OnDemandInstallCache.h"
#include "HAL/PlatformProcess.h"
#include "IasCache.h"
#include "IO/IoStoreOnDemand.h"
#include "Misc/Base64.h"
#include "Misc/ConfigCacheIni.h"
#include "Misc/CoreDelegates.h"
#include "Misc/CoreMisc.h"
#include "Misc/EncryptionKeyManager.h"
#include "Misc/Fork.h"
#include "Misc/Parse.h"
#include "Misc/Paths.h"
#include "Misc/PathViews.h"
#include "String/LexFromString.h"

Namespaces

namespace  UE
 
namespace  UE::IoStore
 NO_LOGGING.
 
namespace  UE::IoStore::Config
 

Macros

#define GetConfigInt(Name, Dest)    do { GetConfigIntImpl(TEXT("FileCache.") Name, TEXT("Ias.FileCache.") Name TEXT("="), Dest); } while (false)
 

Functions

int64 UE::IoStore::Config::ParseSizeParam (FStringView Value)
 
int64 UE::IoStore::Config::ParseSizeParam (const TCHAR *CommandLine, const TCHAR *Param)
 
FIasCacheConfig UE::IoStore::Config::GetStreamingCacheConfig (const TCHAR *CommandLine)
 
TIoStatusOr< FOnDemandEndpointConfigUE::IoStore::Config::TryParseEndpointConfig (const TCHAR *CommandLine)
 
TIoStatusOr< FOnDemandInstallCacheConfigUE::IoStore::Config::TryParseInstallCacheConfig (const TCHAR *CommandLine)
 

Variables

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

Macro Definition Documentation

◆ GetConfigInt

#define GetConfigInt (   Name,
  Dest 
)     do { GetConfigIntImpl(TEXT("FileCache.") Name, TEXT("Ias.FileCache.") Name TEXT("="), Dest); } while (false)