ブラック フライデー クリエイター セール開催中!12月4日午後1:59 (日本時間) まで対象製品が最大 70% オフになります。

Blueprintable Online Beacons

This plugin exposes the Online Beacon functionality onto Blueprints, making it easier than ever to configure and build your own beacons.

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    4.25 - 4.27, 5.0 - 5.3
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

Online Beacons are Client/Server connections for sending RPCs without joining a Game Session, being perfect for sending any kind of data between two Unreal Engine instances. Here are a few examples on how to use this System (not all of them are included as built-in plugin examples):

  • Calculating Ping between a Client and a Server.
  • Gathering useful Server information.
  • Creating Party Systems for Players.
  • Creating direct Chat Systems outside of Game Sessions (Private Messaging).
  • Server-side Server Password validation.

There’s no limit to the features that can be implemented using the Beacon System. However, Unreal's default Online Beacon system only supports C++, which means that you can not create Blueprints and solve the problem as you normally would. To see more about Beacons, see the Official Unreal Engine Documentation.


This plugin enables the user to create their own Online Beacons all directly in Blueprints, without the need of a single line of Code and .ini file edits.

テクニカルノート

Features:

  • Easily create your own Online Beacons without a single line of code, all in Blueprints.
  • Use the Project Settings to change all Beacon settings, without the need of editing .ini files.
  • Play around with the included Examples to learn more about the functionality of Beacons.
  • Easily manage the clients connected on your Beacons and make complex functionality.

Code Modules:

  •  BlueprintableOnlineBeacons - Runtime

Number of Blueprints: 4

Number of C++ Classes: 7

Network Replicated: Yes

Supported Development Platforms: Windows 32-bit, Windows 64-bit, Mac

Supported Target Build Platforms: Windows 32-bit, Windows 64-bit, Mac

Documentation: Link

Example Project: Windows, Mac

Important/Additional Notes:

  • The Example Project, for it to work, requires two clients to be ran: one to be used as the client; another one to be used as the server. Please look at the Documentation for more details.
  • It is important to note that this plugin only officially supports Windows 32-bit, Windows 64-bit and MacOS, however, the plugin should be compatible with other platforms as it only extends Engine functionality.