https://github.com/dan-and-dna/topdownsoulslike
the example of ue4 tcp client and third party server 独立服务器的例子
https://github.com/dan-and-dna/topdownsoulslike
jsonrpc tcp ue4 ue4-plugin
Last synced: 8 months ago
JSON representation
the example of ue4 tcp client and third party server 独立服务器的例子
- Host: GitHub
- URL: https://github.com/dan-and-dna/topdownsoulslike
- Owner: DAN-AND-DNA
- License: gpl-3.0
- Created: 2022-03-31T11:03:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T11:49:41.000Z (about 4 years ago)
- Last Synced: 2025-01-21T01:43:23.719Z (over 1 year ago)
- Topics: jsonrpc, tcp, ue4, ue4-plugin
- Language: C++
- Homepage:
- Size: 5.54 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TopDownSoulsLike
非常简单的演示一下虚幻4如何连接独立服务器
1. 连接独立服务器
2. 提供c++和蓝图的演示
3. 简单的json rpc
## 安装
1. 下载[服务器](https://github.com/DAN-AND-DNA/tcp-server)
2. 修改ip地址(TopDownSoulsLike/Content/Widgets/)
图片:

