Added in a quest giver actor which is the actor that allows for the auto accept quests to happen, changed all quest related widgets to allow for this to happen, added a new quest to test this feature out that is accepted on begin play
Added a tracker widget and altered related widgets so that you can track your desired quest and have that show up in the top left corner of your screen.
The objectives would not show within the quest log and the quest objectives widgets, i used a wrong parent node, so i change that to the correct one and it now works.
I have updated the widgets and quest base actor to read updated objective progress and check or uncheck the quest log check box if the objective has been completed or not
I created a quest objective widget where you can see your objective and progress, and then implemented this widget onto the quest log and the quest giver widgets.
I added multiple widgets and edited current assets to create the quest log widget, it allows from quests to be added to the log and for the player to read the quest details and explore them.