Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 616 Bytes

File metadata and controls

30 lines (16 loc) · 616 Bytes

UEWebsocket

unreal engine 4 websocket plugin(support ssl) for both c++ and blueprint developer.

This plugin is for unreal engine 4 c++ and blueprint developers, you can easily use c++ or blueprint to connect to remote server and send receive messages.

Supported Platform

★ 1. Win64

★ 3. Android

★ 4. IOS

★ 7. Win32

Usage

★ Connect To Server

ScreenShot

★ Bind Event, Send And Receive Data

ScreenShot

★ ssl support

this plugin support wss, it will automatic create ca file, the ca content is an array in WebSocketCA.cpp file.