UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
HttpConnectionTypes.h File Reference
#include "CoreMinimal.h"
#include "Containers/Set.h"

Go to the source code of this file.

Typedefs

typedef FGuid HttpConnectionIdType
 
typedef TSet< TSharedPtr< FHttpConnection > > FHttpConnectionPool
 

Enumerations

enum class  EHttpConnectionState {
  AwaitingRead , Reading , AwaitingProcessing , Writing ,
  Destroyed
}
 

Typedef Documentation

◆ FHttpConnectionPool

◆ HttpConnectionIdType

Utility unique identifier for FHttpConnections

Enumeration Type Documentation

◆ EHttpConnectionState

enum class EHttpConnectionState
strong

FHttpConnection state model

Enumerator
AwaitingRead 
Reading 
AwaitingProcessing 
Writing 
Destroyed