Creating a new skill
{{ currentPage ? currentPage.title : "" }}
Navigate to skills folder.
Right click in the open area to bring up the menu and select Blueprint. Inside of the blue print menu select all classes and search for BP_SkillBase
Let’s name the blue print BP_Invisibility. We will create a skill that makes the player invisible.
Now we go to the skill system component in your character bp and add a new skill row in Combat category.
Set all necessary details for this skill.

You will also need to make you skill event code and use “Can use skill” function to check if the player acquired the skill yet or not, as shown in the picture above.
Don’t forget to make a video preview for your skill and set in skill video preview slot.
{{{ content }}}