언리얼 엔진 마켓플레이스는 10월 중순에 팹으로 이전될 예정입니다. 자세히 알아보세요.

Photon Cloud, Voice and Chat - Multiplayer plugin

xixgames - 코드 플러그인 - 2019/09/18

Multiplayer Realtime, Voice and Chat with Photon Relay Server in the Cloud

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

Create multiplayer games other way than using Online subsystem. Using Photon Cloud, no dedicated needed.

You will be able to control all the aspects in the framework.

Instead of using Unreal's built-in networking where you need to run UE4 game server instances that UE4 game client instances connect to and players host game, you avoid all this problematic having a cloud server online.

It comes in very handy for this situation as it provides hosting. Due to the amount of Photon customers and an aggressive pricing this is usually cheaper than hosting servers yourself full-stop. You can also create your own Photon Server Self Hosted on Windows.

This plugin does not need an Unreal server (dedicated), it is using a Photon Cloud (Chat or Voice) Relay server that lives in the region you connect to (property of Photon).

It offers matchmaking and scalability, but is not a replacement of UE4 Networking, nor uses it.

Replicator Component Video

Networking features video (4.25+)

Photon Cloud Gameplay Subsystem video update (UE 4.27 and 5.0 support)

How to add multiplayer to the UE5 FPS template using this plugin:

Part 1 | Part 2 [ source ]


Photon is fully cross-platform, which makes it possible to mix clients that use other UE4 clients or mix them with non-UE4 clients for any other engine, including all the known game engines and custom self-made game engines and you can mix them with clients that run without any game engine, as well.


The user code just tells the Photon Client that it wants to create or join a game and Photon cares about what game server an existing room can be found on and which game server has free capacities that the new room can be created on it. The user code does not have to know how many game servers there are, how much rooms and users the hardware on a certain game server can handle or under which address it can be reached. As the server is a relay, you can play with just an stand alone client.

Latest features video

DEMOS:

기술적 세부사항

Multiplayer Features:

  • Create/Join rooms
  • Send/receive custom player, lobby, and room properties
  • Send/receive custom data for players and actors (not properties)
  • Convert Photon Data to Unreal
  • Web Hooks
  • Auth login (custom server, Facebook, Steam, PSN)
  • Text Chat
  • Voice Chat (iOS and Mac has no input yet -depends on the engine-)

Modules:

  • Photon Cloud, Voice & Chat API as BP libraries
  • Extensible API
  • Made as Subsystems

Network Replicated: custom (not Unreal)

Supported Development Platforms: Windows, Mac

Target Build Platforms: Linux, Win, Hololens, PS4/PS5, XBox/XSX/XB1, Android, iOS, Mac, Switch

Docs: https://photonue4.xixgames.com

Projects: https://github.com/juaxix/photon_api_ue4_sample

Changes:

2.1.-2.4: Photon SDK up to latest. Sending raw data (even custom structs). Improvements,fixes.

2.0: Photon Voice (4.26+). Photon 5 SDK

1.6: New architecture (4.25+). New Subsystem

1.5: UTF8 fix - actor deprecation

1.4: Groups of interests

1.3: Replicator

1.2: Chat and Friends