T
T
Themidis Koudes2020-07-12 18:43:13
C++ / C#
Themidis Koudes, 2020-07-12 18:43:13

How to convert std::wstring to TCHAR* (or FString directly)?

I want to translate the Russian string, which is in std:: wstring into ue FString

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
veydlin, 2020-07-17
@veydlin

FString str = FString(myWstring.c_str());
It seems so

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question