Restful with Blueprints

Send Restful requests with blueprints

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

Send Restful requests with blueprints

기술적 세부사항

Features: (Please include a full, comprehensive list of the features of the product)

  •  send restful request
  • send restful request with file

Code Modules: (Please include a full list of each Plugin module and their module type (Runtime, Editor etc.))

  • restful

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 2 nodes, send restful request and send restful with file request. send the restful request with url, verb, content, headers by calling SendRestfulRequest. It will return success, response code, and its response content.

Example Project:

Important/Additional Notes: