Skip to content
NullPointerExcy edited this page Apr 6, 2025 · 5 revisions

Setup

To setup the Modular Light System in your project, follow these steps:

1. Add the Interaction Manager to the Level

Add BP_LightInteractionManager from Content/ModularLightSystem/Blueprints/Manager/ into your level.

2. Enhanced Input System Required

Make sure your project uses the Enhanced Input System. Set up an input action called IA_Use (Change it inside the Blueprint BP_LightInteractionManager -> Event Tick).

img.png

Click on the BP_LightInteractionManager and assign your input mapping context to the Input Mapping field. This ensures the interaction key (like E, F, etc.) works correctly.

That's it! You can now use the light components in your project.

In the following sections, you can find more information about the available components and how to use them. Blueprints

Clone this wiki locally