UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
OnDemandHttpThread.h File Reference

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 }
 

Macro Definition Documentation

◆ UE_ALLOW_HTTP_PAUSE

#define UE_ALLOW_HTTP_PAUSE   (1 && !NO_CVARS && !UE_BUILD_SHIPPING)