Having trouble binding delegates of the online-sessions interface to own functions

You’ll likely want to use BindUObject instead of BindSP for your UObject. SP stands for Shared Pointers, and will only work on TSharedPtrs/TSharedRefs.