Overview

The interaction system is handled by the AC_Interaction actor component. It is important that this component is attached to your player. Since it handles everything, you can interact with it inside Boundframework while also handling the logic for interacting and inspecting, depending on which method you have selected.

The component provides several exposed settings that allow you to:

  • Change the interaction length

  • Enable debugging features to help identify potential issues in your game

You can find the component in: Blueprints/Core/Components

Last updated