Interaction Manager Interface
Class Reference: BPI_BUIS_InteractionManagerInterface
Last updated
Class Reference: BPI_BUIS_InteractionManagerInterface
Last updated
The Interaction Manager Interface is a simple but vital part of the Interaction Manager functionality.
It only has one function but this is required to make sure that everything works as it should. The Default Player Character is already set up wit this interface, but if you want to use your own character (highly recommended) then you will need to implment this interface on your own character.
Head to your custom character class then go into the Class Settings Menu and then in the details panel look under Implemented Interfaces, and add the BPI_BUIS_InteractionManagerInterface
.
You will now have one function underneath the Interfaces in the category to the left.
Get Player Interaction Manager Component: This will allow you to get the Player Interaction Manager Component easily from any entity. It is also required for the interaction system to work correctly with certain callback functions.
Open the Get Player Interaction Manager Component, and make sure you add your Interaction Manager to its return value.