Hello,
FString NewValue = MyData.value<std::string>(TCHAR_TO_UTF8(*PropName)).c_str();
What would be the equivalent for a wstring of this line ?I tried std::wstring but I get an unreadable error on complation.
So, I assume ahat "MyData" is a datatype defined in IDL for use by DDS?
If so, what is the IDL definition of "MyData"?
Do you change the IDL definition (and regenerate the type plugin) when you changed to use wstring?
So, I assume ahat "MyData" is a datatype defined in IDL for use by DDS?
If so, what is the IDL definition of "MyData"?
Do you change the IDL definition (and regenerate the type plugin) when you changed to use wstring?