Using lambdas to handle delegates in Unreal can be dangerous due to different objects lifetimes. These issues can be avoided by using weak pointers.
Daily Unreal Column #50 - Capture weak object…
Using lambdas to handle delegates in Unreal can be dangerous due to different objects lifetimes. These issues can be avoided by using weak pointers.