Create a Interactable Object
UNDER CONSTRUCTION
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
Override the
Event Interact
to add your logic to the object.
If you still want to use the automatical adding of Custom Variables on Interaction then make sure to add a parent call of Event Interact.
Last updated