FWebSocketMessageEvent

Delegate called when a web socket text message has been received.

Windows
MacOS
Linux

Inheritance Hierarchy

TBaseMulticastDelegate_OneParam< void, const FString & >

IWebSocket::FWebSocketMessageEvent

References

Module

WebSockets

Header

/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h

Include

#include "IWebSocket.h"

Syntax

class FWebSocketMessageEvent : public TBaseMulticastDelegate_OneParam< void, const FString & >

Remarks

Delegate called when a web socket text message has been received. Assumes the payload is encoded as UTF8. For binary data, bind to OnRawMessage instead.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss