reznok / GMCAbilitySystem

An Unreal Engine plugin that adds an ability system to the General Movement Component plugin
MIT License
28 stars 13 forks source link

Attribute Modifier not changing even after updating it in container in OnPreAttributeChanged #4

Closed petegilb closed 4 months ago

petegilb commented 4 months ago

https://blueprintue.com/blueprint/aaejto3k/

here's an example of what i was attempting to do to test.

Once the value of health hits 0 it prints the proper value, but even after setting the proper value we do not get the correct result

petegilb commented 4 months ago

This was user error my bad!