Advanced
MIS allows to manage many things dynamically
You can look in the Demo folder, you have some examples.
Actor Component - Events
To bind an event to an actor component, there are several possibilities.
1. Click on the actor component and look at the Events
category in the Details
menu
2. You can bind via functions in the blueprints
BPI_MIS
The BPI_MIS
interface allows to manage the interaction on the actor himself so the parent of the child actor.
Child Actor - Events
To bind an event to a child actor it is important to get the Child Actor
variable and cast it to A_MIS_InteractComponent
, then you can bind the event you want
Last updated