Delegate instances error when trying to compile with a custom class

Hello I’m trying to compile a masterserver class to communicate with my masterserver but this error occurs when trying to build. This error is based on Error C2338 You cannot use UObject method delegates with raw pointers.
Here is the code.

Now here is line 81 in my class

Are you trying to create a callback?

I got it fixed now sir. It was just because I had to use BindRaw instead of BindUObject :slight_smile:

3 Likes

Thanks was facing this issue for long!!