Velarion: 전체 콘텐츠 50% 할인

WebSocket

WanWanHa - 코드 플러그인 - 2023/01/31

Web Socket, easy to use, pure blueprint, easy to understand

  • 지원 플랫폼
  • 지원 엔진 버전
    4.27, 5.0 - 5.3
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

Websocket, pure Blueprint interface, only four delegate to care about,

it can help us to create websocket, or we could new customwebsocket by ourself, and just only bind event we care about,

and it provide interface for socket operations, like send , receive, etc

기술적 세부사항

Features:

  •  send message to server by websocket
  •  receive message from server by websocket
  •  connect to server
  • token support

Code Modules:

  •  Runtime
  •  Editor
  • WebSocket

Number of Blueprints: 1

Number of C++ Classes:3

Network Replicated: No

B站 教程视频 链接

Documentation: Link

Example Project: Link

Video Tutorials: Link

New Feature, add support for token