Extra Options
Skill Points
You can set the initial Skill Points, Reset points and also choose whether you would want the skills to be resettable or not.

Sounds
You can set the sounds for when skill slots are acquired, acquiring and unlocked inside the "AC_SkillTreeSystem"

Skill Slot Hold Time
To adjust the hold time for unlocking the skills, just adjust the "HoldTime" variable inside the WB_SkillTreeSlot

Reset Subsequent Skills Upon Reset
If you want resetting a skill to also reset all the subsequent connected skills, follow these steps:
Navigate to
WB_ResetConfirmationPrompt
-> Event Graph -> Button Click Events ->OnClicked (Yes)
.Find the
Reset Skill
function, and enable the Reset Connected Skills bool option on the node.
Forgetting the Required Skills of the Current Skill (New to this version)
If you want to forget the required skills when resetting a skill (a feature I've seen in some games, and requested by a supporter), you can connect this node in the Reset
function.

You are able to tick the bool "Can Be Unlocked" to true, if you still want to be able to learn the forgotten skills, or uncheck it if you want them fully locked.
Resetting all Skills

The SkillsToLeaveUnlockable input allows you to reset all the skills while keeping certain starting skills (or other specified skills) still unlockable.
Last updated