Advertisement · 728 × 90

Posts by Ahmed Goni

Preview
GitHub - strayTrain/SimpleEventSubsystemPlugin: An Unreal Engine plugin that provides a subsystem for sending non replicated events with arbitrary structs as payloads An Unreal Engine plugin that provides a subsystem for sending non replicated events with arbitrary structs as payloads - strayTrain/SimpleEventSubsystemPlugin

I recently did some updates to an open source plugin I made for #ue5:

Simple Event Subsystem!

1. Send events from (almost) anywhere
2. Listen for events from (almost) anywhere
3. Optionally add any struct you want as extra context

Handy for detangling things like UI and gameplay callbacks

1 year ago 7 1 0 1

I haven't but I should! Thanks for the tip

1 year ago 1 0 0 0
Preview
GitHub - strayTrain/SimpleEventSubsystemPlugin: An Unreal Engine plugin that provides a subsystem for sending non replicated events with arbitrary structs as payloads An Unreal Engine plugin that provides a subsystem for sending non replicated events with arbitrary structs as payloads - strayTrain/SimpleEventSubsystemPlugin

Hey, I wrote a plugin that solves a similar problem: github.com/strayTrain/S...

Wanted to share because the code is simpler for anyone who wants to grok how such a system is built.

1 year ago 1 0 1 0