fix the bluprint parse fucntion signature to accept OutGloveInfo by reference

This commit is contained in:
Mamadou Babaei
2024-02-08 07:47:45 +01:00
parent e370ff5c88
commit 59473aa4e3
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
This is a bugfix release addressing mostly Blueprint API issues with ABI breaking changes inside the Blueprint layer, backported from the next major release of the plugin as documented below.
### Fixed
- Fix the Blueprint Parse function signature for the NovaGloveInfoKismetLibrary where the OutGloveInfo passed by the caller was never actually assigned as it was not getting passed by reference.
- Changelog formatting.
## [1.9.3] - 2024-02-03