How to set current selected/tracked node as 'True' programmatically
Posted: Wed Jun 23, 2021 5:14 pm
Hi Tony,
I'm creating a quest debug menu, and I have a button marked "Complete current quest node", and I'm deciding on how I should implement it. The "current quest node" in this case is the selected quest in the quest journal.
My current idea is to:
1. Get a reference to the QuestJournalUI by calling QuestMachine.GetQuestJournal()
2. Getting the selectedQuest property
3. Getting the active node by iterating on the nodeList
4. Setting the state via SetState.
Would this be the most efficient way of getting the current selected node?
I'm creating a quest debug menu, and I have a button marked "Complete current quest node", and I'm deciding on how I should implement it. The "current quest node" in this case is the selected quest in the quest journal.
My current idea is to:
1. Get a reference to the QuestJournalUI by calling QuestMachine.GetQuestJournal()
2. Getting the selectedQuest property
3. Getting the active node by iterating on the nodeList
4. Setting the state via SetState.
Would this be the most efficient way of getting the current selected node?