Change TCHAR representation

In the documentation it says that TCHAR can be ANSICHAR or WIDECHAR, in my case it is WIDECHAR. Is there any way to change it to ANSICHAR?

have you tried the macro provided by ue4
TCHAR_TO_ANSI(str)

CharacterEncoding