![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "OnDemandContentInstaller.h"#include "Algo/Accumulate.h"#include "Async/UniqueLock.h"#include "Containers/RingBuffer.h"#include "Experimental/UnifiedError/CoreErrorTypes.h"#include "HAL/Platform.h"#include "IO/IoBuffer.h"#include "IO/IoChunkId.h"#include "IO/IoDispatcher.h"#include "IO/IoStatus.h"#include "IO/IoStoreOnDemand.h"#include "IO/OnDemandError.h"#include "Misc/Timespan.h"#include "OnDemandHttpThread.h"#include "OnDemandInstallCache.h"#include "OnDemandIoStore.h"#include "OnDemandPackageStoreBackend.h"#include "Serialization/PackageStore.h"#include "Statistics.h"#include "Templates/Overload.h"#include <atomic>Namespaces | |
| namespace | UE |
| namespace | UE::IoStore |
| NO_LOGGING. | |
| namespace | UE::IoStore::CVars |
| namespace | UE::IoStore::Private |
Functions | |
| int32 | UE::IoStore::Private::SecondsToMillicseconds (double Seconds) |
| void | UE::IoStore::Private::ResolvePackageDependencies (const TSet< FPackageId > &PackageIds, bool bIncludeSoftReferences, TSet< FPackageId > &OutResolved, TSet< FPackageId > &OutMissing) |
| void | UE::IoStore::Private::ResolveChunksToInstall (const TSet< FSharedOnDemandContainer > &Containers, const TSet< FPackageId > &PackageIds, bool bIncludeSoftReferences, bool bIncludeOptionalBulkData, TArray< FResolvedContainerChunks > &OutResolvedContainerChunks, TSet< FPackageId > &OutMissing) |
Variables | |
| FString | UE::IoStore::CVars::IoStoreDebugRequest = "" |