Multi-Interaction Component

Hello everyone! I have made a small plugin that makes it easier to setup multiple interactions with a single actor using a actor component. You basically register any number of actions to this component and retrieve these actions from somewhere else like a hud or character to be used. This allows you to easily make objects with which you want the player to be able to do multiple things like a door being openable but also lockable, or a light that can be turned on but also of which the brightness can be changed. You can also change the visibility and text of the actions on the fly depending on the player. Feel free to use this topic for any questions or ideas :slight_smile:

Download
Github: https://github.com/Truuun/Multi-Interaction-Componen

Usage
Here is how you can add an action:

And here is how you can retrieve those actions and do something with them:

Some Examples

Pretty cool!