UNDER CONSTRUCTION
Last updated 2 years ago
You only need to follow one of both. Creating a child of the premade Blueprint is the easiest way.
Make a child of BP_Quest_Interactable_example
BP_Quest_Interactable_example
Override the Event Interact to add your logic to the object.
Event Interact
If you still want to use the on Interaction then make sure to add a parent call of Event Interact.
SOON