WebSocket with Blueprint

send web socket requests with blueprint

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

Send web socket requests with blueprints


discord: https://discord.com/invite/BZJJshZ

기술적 세부사항

Features:

  • send web socket request
  • send web socket request with file

Code Modules:

  • websocket(Runtime)

Number of Blueprints: 2

Number of C++ Classes: 1

Network Replicated: No

Supported Development Platforms: Mac / Win / Linux

Supported Target Build Platforms: Mac / Win / Linux / iOS / android

Documentation: just 4 nodes, SubscribeWebSocket, connect, disconnect, isconnected and send. subscribe web socket with endpoint, headers, query parameters, protocols and a web socket subscription handler by calling SubscribeWebSocket. Call connect to connect the web socket and disconnect to disconnect it. call send with the message to send a message.

Example Project:

Important/Additional Notes: