# Home

MIS-Multiple Interaction System has been designed for any games, inspired by games like Ready Or Not and others.

Allows to simply add an interaction system with several interactions on a single object with several interaction types (Tap, Hold, Multiple Tap)

#### How it works:

1\. The player has an actor component (`AC_MIS_InteractController`) that handles interaction detection

2\. Objects can have child actors (`A_MIS_InteractComponent`) that will be the collision of the desired interaction

The `BPI_MIS` interface allows choosing real-time values directly in the actor without having to create a parent class for example if the player can interact.

The global function `bindEvent_OnInteract` allows to easy bind a function during the interaction with the child actor


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://400-interactive.gitbook.io/mis/home.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
