UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
OnDemandIoStore.cpp File Reference
#include "OnDemandIoStore.h"
#include "Algo/Accumulate.h"
#include "Algo/AnyOf.h"
#include "Algo/RemoveIf.h"
#include "Algo/Transform.h"
#include "Async/UniqueLock.h"
#include "Containers/RingBuffer.h"
#include "Containers/StringConv.h"
#include "Containers/Ticker.h"
#include "DebugCommands.h"
#include "HAL/FileManager.h"
#include "HAL/IConsoleManager.h"
#include "HAL/LowLevelMemTracker.h"
#include "HAL/PlatformFile.h"
#include "HAL/PlatformFileManager.h"
#include "HAL/PlatformProcess.h"
#include "HAL/PlatformTime.h"
#include "IndexedCacheStorageManager.h"
#include "IO/IoChunkEncoding.h"
#include "IO/IoContainerHeader.h"
#include "IO/IoStatus.h"
#include "IO/IoStoreOnDemand.h"
#include "Serialization/PackageStore.h"
#include "IasCache.h"
#include "Logging/StructuredLog.h"
#include "Misc/CommandLine.h"
#include "Misc/ConfigCacheIni.h"
#include "Misc/CoreDelegates.h"
#include "Misc/CoreDelegatesInternal.h"
#include "Misc/EncryptionKeyManager.h"
#include "Misc/Guid.h"
#include "Misc/PathViews.h"
#include "Misc/Paths.h"
#include "Modules/ModuleManager.h"
#include "OnDemandConfig.h"
#include "OnDemandHttpClient.h"
#include "OnDemandHttpIoDispatcher.h"
#include "OnDemandHttpIoDispatcherBackend.h"
#include "OnDemandHttpThread.h"
#include "OnDemandInstallCache.h"
#include "OnDemandContentInstaller.h"
#include "OnDemandIoDispatcherBackend.h"
#include "OnDemandPackageStoreBackend.h"
#include "ProfilingDebugging/AssetMetadataTrace.h"
#include "Serialization/MemoryReader.h"
#include "Statistics.h"
#include "String/LexFromString.h"

Namespaces

namespace  UE
 
namespace  UE::IoStore
 NO_LOGGING.
 
namespace  UE::IoStore::Private
 

Functions

FStringBuilderBaseoperator<< (FStringBuilderBase &Sb, UE::IoStore::EOnDemandContainerFlags Flags)
 
FString LexToString (UE::IoStore::EOnDemandContainerFlags Flags)
 

Variables

bool GHttpIoDispatcherEnabled = false
 

Function Documentation

◆ LexToString()

FString LexToString ( UE::IoStore::EOnDemandContainerFlags  Flags)

◆ operator<<()

Variable Documentation

◆ GHttpIoDispatcherEnabled

bool GHttpIoDispatcherEnabled = false