Skip to content

Pavreally/ComponentDynamicAttributes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Component Dynamic Attributes

Component Dynamic Attributes

Unreal Engine 5 Actor component for dynamic attribute management in single-player games. Numeric attributes only — nothing extra!


Note

The plugin has been pre-packaged only for Win64 and Android.

Latest Updates

Experimental

Version 1.0.0

  • Built for Unreal Engine 5.7.4.
  • Added experimental version.

What it's for

  • Dynamic management of attributes.

Features

  • Dynamic addition, modification, and removal of attributes using Gameplay Tags.
  • Level-based attribute support via Data Tables and Data Curves.
  • Tracking and notification of attribute changes.

Install

Note

Starting with Unreal Engine version 5.6, it is recommended to use the new project type based on C++. After copying the plugin folder, be sure to perform a full project rebuild in your C++ IDE.

  1. Make sure the Unreal Engine editor is closed.
  2. Move the "Plugins" folder to the root folder of your created project.
  3. Rebuild the project in your C++ IDE.
  4. Done! The 'Component Dynamic Attributes' folders should appear in the Unreal Engine browser and the plugin should be automatically activated. If the plugin folder is not visible, activate visibility through the browser settings: Settings > Show Plugin Content.

How to use it?

An interactive step-by-step tutorial on how to use CDA can be found in the file: B_CDA_ActorDemo, which is located at the path Plugins\ComponentDynamicAttributes\.

Component Dynamic Attributes Component Dynamic Attributes Component Dynamic Attributes Component Dynamic Attributes

(C++) Documentaion

All sources contain self-documenting code.

About

Unreal Engine 5 Actor component for dynamic attribute management in single-player games. Numeric attributes only — nothing extra!

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors