Fixed Health, MaxHealth (and stamina / mana) getters, UGSCUserWidget::GetAttributeValue() usage with invalid attribute and comment #
- Fixed GetHealth() / GetMaxHealth() (and stamina / mana) to use current (final) value
- Fixing a crash with UGSCUserWidget::GetAttributeValue()
- when called with invalid attribute (None). Also adjusted
UGSCCoreComponent::GetAttributeValue()
to display a log error if called with invalid attribute.
- when called with invalid attribute (None). Also adjusted
- Fix comment of UGSCUserWidget::GetAttributeValue()
Thanks to tranvv on discord for all those feedbacks.