Hello!
In the video Sam is binding a function to OnCreateSessionDelegates using the AddUObject function. I’ve been wondering why we use this method, wouldn’t just a simple Add be enough?
AddUObject, apart from binding a function, holds a reference to an object which seems to be an extra step that we don’t need. Could anyone tell me when it would be more appropriate to use Add instead of AddUObject while binding to delegates? Thanks in advance!