FindObject not working

Hi ,

I don’t have much context for some of the variables you’re using so I can’t go too in-depth while looking into this issue, but I can at least provide you with and idea of what the problem is. I believe the issue with your implementation of FindObject may be due to the parameters it is expecting.

Please go to the following link: FindObject | Unreal Engine Documentation

This page shows what the expected parameters are for the FindObject function, they are quite different from the ones for FObjectFinder. (FObjectFinder | Unreal Engine Documentation)

If this isn’t enough to help you overcome this issue, please supply me with the .cpp and .h that these functions are being used in to hopefully give me more context.

Have a nice day,