Components
The system comes with three main components:
BP_BUIS_ActivationComponent: Adding this to an actor allows to activate the actor from an interactable remotely.
BP_BUIS_InteractionComp: Adding this to an actor effectively makes it into an interactable.
BP_BUIS_PlayerInteractionManager: This should go onto the player character, this component interfaces with the Interaction Component making interaction possible in both singleplayer and multiplayer environments.
References:
Last updated