UnrealVoxta 0.1.1
 
Loading...
Searching...
No Matches
FCloseMessage Struct Reference

Represents a close message sent when closing a connection. More...

#include <IHubProtocol.h>

Inheritance diagram for FCloseMessage:
FHubMessage

Public Member Functions

 FCloseMessage ()
 
- Public Member Functions inherited from FHubMessage
virtual ~FHubMessage ()
 

Public Attributes

TOptional< FString > Error
 
TOptional< bool > bAllowReconnect
 
- Public Attributes inherited from FHubMessage
const ESignalRMessageType MessageType
 

Additional Inherited Members

- Protected Member Functions inherited from FHubMessage
 FHubMessage (ESignalRMessageType InMessageType)
 

Detailed Description

Represents a close message sent when closing a connection.

Contains optional error information and reconnection settings.

Constructor & Destructor Documentation

◆ FCloseMessage()

FCloseMessage::FCloseMessage ( )
inline

Member Data Documentation

◆ bAllowReconnect

TOptional<bool> FCloseMessage::bAllowReconnect

◆ Error

TOptional<FString> FCloseMessage::Error

The documentation for this struct was generated from the following file: