码迷,mamicode.com
首页 > 其他好文 > 详细

UE4插件 Skills Tree System 4.15-4.26

时间:2021-02-08 11:39:47      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:iter   repo   plugin   unlock   custom   modified   ons   form   epo   

技术图片技术图片技术图片技术图片技术图片技术图片

UE4插件 Skills Tree System 4.15-4.26 

The Skills Tree plugin offers the following features:
-A base Skill class that can modified through Blueprints
-Skill stats for every skill
-Level stats table for every skill level
-Four different skill categories (Instant, casting, passive and passive looping skills)
-Various properties like skill categories (up to 256 different categories supported!), name and description
-Dedicated functions intended for BP overriding (Execute Skill and Casting Finished)
-A Skill Unlock Component (attached to every Skill), responsible for unlocking every skill based on your criteria
-A Skills Tree Component that manages all of the above
-Save and Load functionality that stores the state of your progress.
-A custom warning system that notifies you when something went wrong while prompting you with a possible fix.
技术细节
? A base Skill class that can be modified through Blueprints
? Skill stats for every skill
? Level stats table for every skill level
? Four different skill categories
o Instant Skill
o Casting Skill
o Passive Skill
o Passive looping Skill

 

? Various properties like skill categories (up to 256 different categories supported!), name and description
? A Skill Unlock Component (attached to every Skill), responsible for the unlock functionality for every skill
o Inside this component you can add stuff like Required skills that need to be learned in order to learn the current Skill or Number of Required Skills in a specific category

 

? A Skills Tree Component that manages all of the above
? Save and Load functionality that stores the state of everything that the Skills Tree Component needs to know

 

Network Replicated: No
Supported Development Platforms: Windows (Should work in any platform that UE4 supports)
Supported Target Build Platforms: Windows (Should work in any platform that UE4 supports)

 

Documentation: orfeasel.com/skills-tree-plugin-documentation.

 

The entire C++ source code is commented and included so you can modify the plugin to suit your needs.

 

In case you want to add a sample action bar and cast bar, check out my GitHub repository to find these Blueprint Widgets ready.

技术图片

 

UE4插件 Skills Tree System 4.15-4.26

标签:iter   repo   plugin   unlock   custom   modified   ons   form   epo   

原文地址:https://www.cnblogs.com/qq521266750/p/14380990.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!