스포트라이트 세일: 9월 16일 오후 10시 59분까지 엄선된 플러그인을 50% 할인받으세요.

NDisplayEventSender

평점 없음

Use with nDisplay. Quickly and easily change function or event to multi nodes function or event sended to every node then execute them logic

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

When using UE's nDisplay architecture, we always struggled to create functions or events (which I'll call multi-node events) that could be executed on individual nodes (devices). Usually, we need to implement the Display Cluster Cluster Event Listener interface provided by nDisplay in an Actor that exists on all nodes. Then Emit JSON cluster event or Emit Binary cluster event API to send a message, distribute the name and parameters of the function to be executed, and then determine which function it is on the interface implementation side. It also involves the conversion of parameter types (all passed are strings or binary). This series of operations is cumbersome, and these multi-node events are not easy to manage. It would be nice to have something that can change normal functions or events, automatically help handle function parameters and distribute events, and implement multi-node events with the help of this thing to be consistent with normal functions or events, with little change. That's what this plugin does.


Download address of trial version: Release NDisplayEventSender6.2_TV · MapleLeaf-Ye/NDisplayEventSender_TrialVersion (github.com)

기술적 세부사항

Features:

  •  Simple and easy-to-use blueprint nodes that help you quickly implement a function that is distributed to each node
  •  Nodes are dynamic variable number of generic parameters and support almost all parameters of UE, so that you can quickly achieve multi-node execution of logic
  • Supports both blueprint and C++ function event conversion
  • You do not need to care about the management class of the plug-in, the plug-in will be automatically created

Code Modules:

  •  NDisplayEventSender(Runtime)
  •  NDisplayEventSenderEditor(UncookedOnly)

Number of Blueprints:1

Number of C++ Classes:6

Supported Development Platforms:Windows 10/11

Supported Target Build Platforms: Windows 10/11

Documentation: https://github.com/MapleLeaf-Ye/NDisplayEventSender_TrialVersion

Important/Additional Notes:

  1. if need plug-ins of versions 4.27 and 5.1, you can inform me by email with your purchase voucher attached. The email : [email protected]
  2. Download address of trial version: Release NDisplayEventSender6.2_TV · MapleLeaf-Ye/NDisplayEventSender_TrialVersion (github.com)