Sorry for the delay I sent that at midnight, currently afternoon I’ve done as asked and have a Loglinker error.
This is the error it’s throwing
Edit: Wanted to add this for more information so all I’ve done today was delete the binaries folder and intermediate and rebuilt the project, I pressed play and gave me a log linker error I haven’t tried searching for a solution yet But I’ll do it now if I find it I’ll post the information here if you guys know of the fix already that would be amazing.
Second Edit: Well I went ahead and recompiled to make sure there was no error, I get a Error telling me Grabber.h needs to be the first header included. which is kinda strange as I’m pretty sure self made header files were located undereath all engine header files but I could be wrong.
After adding the header file to the top I recompiled & hit play with no errors
The Thing is it’s back to the same problem of logs not being shown So it really feels like I’m back at the beginning.
Edit 3: I went ahead and commented everything in begin play and added a log to print a simple text message but it seems that doesn’t get printed either and because it was working before I must of done something for logs not to be shown must be something super simple or something i’m doing incorrectly but I can’t think of what I did, I’ve checked Output Log filters everything seems to be checked on so the fact that nothing is shown in output log even a simple log message is driving me nuts.
Edit 4: Yep super easy just needed to attach the Grabber component to the default pawn I created
I must of deleted it from my default pawn without re-attaching it sorry.