# NetExample_Listen Server **Repository Path**: iDaDi/net-example_-listen-server ## Basic Information - **Project Name**: NetExample_Listen Server - **Description**: 一个局域网加内网ip映射联机的案例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2024-01-05 - **Last Updated**: 2024-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NetExample Developed with Unreal Engine 4 【虚幻4】非局域网聆听服务器联机教程(可跨平台)教程篇 https://www.bilibili.com/video/BV1ZL411N7gk/?p=3&spm_id_from=pageDriver&vd_source=a37c0f6a748c0f2ea71e097ec997c10f 内容:使用UE4蓝图 实现多人游戏 Listen 服务器。 1.主要用到CreateSession,FindSession和JoinSession,功能分别是创建会话,查找会话以及加入会话。 2.也可以使用蓝图函数 ExecuteConsoleCommand 加入已经创建的游戏。 3.使用花生壳测试内网穿透,可以在电脑与手机互动。