![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Async/Mutex.h"#include "Containers/StringFwd.h"#include "CVarUtilities.h"#include "Delegates/Delegate.h"#include "HAL/Event.h"#include "HAL/PlatformAffinity.h"#include "HAL/Runnable.h"#include "IO/IoAllocators.h"#include "IO/IoBuffer.h"#include "IO/IoOffsetLength.h"#include "Misc/SingleThreadRunnable.h"#include "Templates/UniquePtr.h"#include "ThreadSafeIntrusiveQueue.h"Go to the source code of this file.
Classes | |
| class | UE::IoStore::FOnDemandHttpThread |
Namespaces | |
| namespace | UE |
| namespace | UE::IoStore |
| NO_LOGGING. | |
Macros | |
| #define | UE_ALLOW_HTTP_PAUSE (1 && !NO_CVARS && !UE_BUILD_SHIPPING) |
Enumerations | |
| enum class | UE::IoStore::EHttpRequestType : uint8 { UE::IoStore::Streaming = 0 , UE::IoStore::Installed , UE::IoStore::NUM_SOURCES } |
| enum class | UE::IoStore::EHttpRequestTypeFilter : uint8 { UE::IoStore::None = 0 , UE::IoStore::Streaming = 1 << 0 , UE::IoStore::Installed = 1 << 1 , UE::IoStore::All = Streaming | Installed } |
| #define UE_ALLOW_HTTP_PAUSE (1 && !NO_CVARS && !UE_BUILD_SHIPPING) |