Navigation
API > API/Runtime > API/Runtime/Stomp > API/Runtime/Stomp/IStompClient
Description
Initiate a client connection to the server. Use this after setting up event handlers or to reconnect after connection errors.
| Name | Connect |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/Stomp/Public/IStompClient.h |
| Include Path | #include "IStompClient.h" |
void Connect
(
const FStompHeader & Header
)
Parameters
| Name | Remarks |
|---|---|
| Header | custom headers to send with the initial CONNECT command. |