WittleWolfie / WW-Blueprint-Core

A library to simplify modifying Pathfinder: Wrath of the Righteous.
MIT License
14 stars 5 forks source link

BuffConfigurator side fix for persistant buff icon issue #52

Closed pheonix99 closed 2 years ago

pheonix99 commented 2 years ago

At least some of the persistant buff icon issues are cause by BlueprintBuff.FxOnRemove being unset causing an NPE during the buff removal process.

Would it be possible for BuffConfigurator to automatically set that field to an empty PrefabLink if it isn't set at Configure() time?

WittleWolfie commented 2 years ago

Yup! This is on the 2.1 roadmap: https://github.com/WittleWolfie/WW-Blueprint-Core/issues/33.

I think I'll probably just take the same approach as w/ Component / Action / Condition construction and use empty constants for types that shouldn't be null. Currently I believe that's:

If you come across others let me kno!

WittleWolfie commented 2 years ago

Fixed w/ 2.1.