Add Loading Screen!

looks like copy paste issue, remove the & that is between FString and MapName

Err no its html changing any & in the code to &

So you won’t be able to copy and paste that since the author did you dirty.

In the code if you see & change it to just & and move it to the righter most word.

so this


const Fstring& Mapname);

is now


const Fstring &MapName);