UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EHttpConnectionContextState
Definition HttpConnectionContext.h:8
Definition HttpConnectionContext.h:16
FORCEINLINE const FString & GetErrorStr() const
Definition HttpConnectionContext.h:46
void AddError(const FString &ErrorCodeStr, EHttpServerResponseCodes ErrorCode=EHttpServerResponseCodes::Unknown)
Definition HttpConnectionContext.cpp:20
FORCEINLINE EHttpServerResponseCodes GetErrorCode() const
Definition HttpConnectionContext.h:38
float ElapsedIdleTime
Definition HttpConnectionContext.h:71
virtual ~FHttpConnectionContext()
Definition HttpConnectionContext.cpp:11
EHttpServerResponseCodes ErrorCode
Definition HttpConnectionContext.h:74
void AddElapsedIdleTime(float DeltaTime)
Definition HttpConnectionContext.cpp:15
FHttpConnectionContext()
Definition HttpConnectionContext.cpp:6
FStringOutputDevice ErrorBuilder
Definition HttpConnectionContext.h:77
FORCEINLINE float GetElapsedIdleTime() const
Definition HttpConnectionContext.h:30