stomt / stomt-unreal-plugin

Collect feedback in-game/in-app with STOMT for Unreal Engine.
https://stomt.co/unreal
MIT License
27 stars 8 forks source link

Missing some code path in Blueprint (version 4.21 Marketplace) #10

Closed simonjames247 closed 5 years ago

simonjames247 commented 5 years ago

In the "StomtWidgetBP", "Close" function miss the path after decide whether to switch wish or not, it only handles one path. This cause the "OnClose" delegate never fired in case of "I wish".

https://i.imgur.com/g8rVygU.jpg

maxklenk commented 5 years ago

Thanks for pointing this out. We will reproduce and fix the problem.

maxklenk commented 5 years ago

Good catch, there was no reason why this path was missing. I added it as suggested by you. The fix will be included in the next release.