Using FString as a macro parameter

Hi Cassio, sorry for the delayed response. I think you need to feed your strings through the TEXT macro:

LOCTABLE_FROMFILE_GAME( TEXT(“Game”), TEXT(“Game”), [VARIABLE HERE );

This is because FStrings are initialised with TCHAR pointers/arrays.

If this doesn’t work, what errors are you getting in Visual Studio?