Navigation
| Name | Stomp |
| Type | Runtime |
| Location | /Engine/Source/Runtime/Online/Stomp/ |
| Module Build Rules | Stomp.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FStompModule | Module for Stomp over WebSockets |
Interfaces
| Name | Remarks |
|---|---|
| IStompClient |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FStompBuffer | TArray< uint8 > | IStompClient.h | |
| FStompHeader | TMap< FName, FString > | IStompClient.h | |
| FStompRequestCompleted | TBaseDelegate_TwoParams< void, bool, const FString & > | IStompClient.h | |
| FStompSubscriptionEvent | TBaseDelegate_OneParam< void, const IStompMessage & > | IStompClient.h | |
| FStompSubscriptionId | FString | IStompClient.h |