![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "OnDemandHttpClient.h"#include "Async/UniqueLock.h"#include "Containers/StringConv.h"#include "GenericPlatform/GenericPlatformProcess.h"#include "HAL/FileManager.h"#include "HAL/IConsoleManager.h"#include "HAL/PlatformTime.h"#include "IO/IoStoreOnDemand.h"#include "Misc/ConfigCacheIni.h"#include "Misc/Paths.h"#include "Statistics.h"Namespaces | |
| namespace | UE |
| namespace | UE::IoStore |
| NO_LOGGING. | |
Functions | |
| FIoBuffer | UE::IoStore::JoinIoBuffers (const FIoBuffer &LHS, const FIoBuffer &RHS) |
| FIoStatus | UE::IoStore::LoadDefaultHttpCertificates (bool &bWasLoaded) |
| FMultiEndpointHttpClient::FHttpTicketId | UE::IoStore::GenerateTicketId () |
Variables | |
| int32 | UE::IoStore::GIaxHttpMaxInflight = 1 |
| bool | UE::IoStore::GIaxWarnOnFailure = true |
| bool | UE::IoStore::GAllowPartialContentRequests = true |