Hi, this is a very simple question, but i could not find anything talking about it, when i destroy an actor or when i remove a widget from its parent, what happens to all the event bindings and does it matter in any way ?
[QUOTE=
Hi, this is a very simple question, but i could not find anything talking about it, when i destroy an actor or when i remove a widget from its parent, what happens to all the event bindings and does it matter in any way ?
[/QUOTE]
Im not entirely sure how Blueprint handles orphaned Bindings, but generally as good practice if its in Code or Blueprints you should Unbind from any Delegates in Event OnDestroy.