Version 1.13 - Release Notes

New handling for blocked objectives

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

Another plugin's changes

In quest added IsObjectiveBlocked method. It allow to check blocking state of selected objective

UUQSQuest::IsObjectiveBlocked(const FUQSQuestObjective& Objective)

Example Project Changes

Added new quest to demontrate new functionality - Quest_NewBlockableObjectiveExample

Last updated