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

Go to the source code of this file.

Classes

class  UE::IoStore::HTTP::FOutcome
 
struct  UE::IoStore::HTTP::FUrlOffsets
 
struct  UE::IoStore::HTTP::FUrlOffsets::Slice
 
class  UE::IoStore::HTTP::FBuffer
 
struct  UE::IoStore::HTTP::FBuffer::FMutableSection
 
class  UE::IoStore::HTTP::FThrottler
 

Namespaces

namespace  UE
 
namespace  UE::IoStore
 NO_LOGGING.
 
namespace  UE::IoStore::HTTP
 

Macros

#define IAS_CVAR(Type, Name, Default, Desc, ...)
 

Enumerations

enum class  UE::IoStore::HTTP::ETrace {
  UE::IoStore::HTTP::LoopCreate , UE::IoStore::HTTP::LoopTick , UE::IoStore::HTTP::LoopDestroy , UE::IoStore::HTTP::ActivityCreate ,
  UE::IoStore::HTTP::ActivityDestroy , UE::IoStore::HTTP::SocketCreate , UE::IoStore::HTTP::SocketDestroy , UE::IoStore::HTTP::RequestBegin ,
  UE::IoStore::HTTP::StateChange , UE::IoStore::HTTP::Wait , UE::IoStore::HTTP::Unwait , UE::IoStore::HTTP::Connect ,
  UE::IoStore::HTTP::Send , UE::IoStore::HTTP::Recv , UE::IoStore::HTTP::StartWork
}
 

Functions

IOSTOREHTTPCLIENT_API const voidUE::IoStore::HTTP::GetIaxTraceChannel ()
 

Macro Definition Documentation

◆ IAS_CVAR

#define IAS_CVAR (   Type,
  Name,
  Default,
  Desc,
  ... 
)
Value:
Type G##Name = Default; \
TEXT("ias.Http" #Name), \
G##Name, \
TEXT(Desc) \
)
#define TEXT(x)
Definition Platform.h:1272
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition IConsoleManager.h:1580