Installation
The Light Event System plugin consists of 2 modules:
- LightEventSystem
- LightEventSystemTests
-
To install, first add the Light Event System to the Unreal Engine through Epic Games Launcher. By default, on Windows, the plugin's code should appear in a directory like
C:\Program Files\Epic Games\UE_5.4\Engine\Plugins\Marketplace
or similar, depending on the engine's version.You may also install the plugin on a per-project basis by copying the plugin's code into
<Your project's root>\Plugins
directory. -
Next, open your project and enable Light Event System. Restart the engine.
-
You should be able to use the Event System in your project!