Version 1.13 - Release Notes
Last updated
Last updated
Parameter bBlockNextObjectivesBeforeCompleteThis
was deprecated
Instead of this parameter was added BlockedObjectivesHandlingType
.
It has 3 states -
WithoutBlocking - default state, without blocking of next objectives
BlockNextUntilWillBeCompletedThis - all next objectives after this will be blocked, until this objective will be completed
BlockNextUntilWillBeCompletedAllBefore - all next objectives after this will be blocked, until this and all objectives before will be completed
In quest added IsObjectiveBlocked method. It allow to check blocking state of selected objective
UUQSQuest::IsObjectiveBlocked(const FUQSQuestObjective& Objective)
Added new quest to demontrate new functionality - Quest_NewBlockableObjectiveExample