Skip to main content

UI Representations

In addition to the automatic notification two other widgets have been created to display a list of achievements ** (BP_AchievementProgressList) ** as well as the summary of the progress ** (BP_AchievementProgressDetails) **.

Main UI

BP_AchievementProgressList

Displays a list of all achievements hiding spoiler achievements which are yet to be unlocked. This list can easily be filtered by Show All, Achieved Only, Unachieved Only. It can also be filtered by a tag. This may want to be used if you wish to separate main game and DLC achievements to display separately.

If making any changes to these filters at runtime ** UpdateList() ** must be called for changes to be applied.

UI List

BP_AchievementProgressDetails

Displays a general overview of the achievements unlocked. This can also be filtered using a tag. Call UpdateDetails() to refresh if needed.

Progress Bar