FString 如何带变量转中文

[复制链接]
查看2839 | 回复3 | 2017-5-5 17:17:44 | 显示全部楼层 |阅读模式
TEXT("%S"),STR     这样转是不行的~!!!!!求解~!!!



顺便想知道其中的转转换方式:
1、FString -><- std::string
2、FString -><- char *
3、std::string ->< char *

william927 | 2017-5-15 20:14:10 | 显示全部楼层
wiki是个好东西要多用。
//std::string to FString
std::string str = "Flowers";
FString UE4Str(str.c_str());
//FString to std::string
FString UE4Str = "Flowers";
std::string MyStdString(TCHAR_TO_UTF8(*UE4Str));
回复 支持 1 反对 0

使用道具 举报

method | 2017-5-5 17:46:22 | 显示全部楼层
回复 支持 反对

使用道具 举报

爱你不乖a | 2017-5-6 12:17:59 | 显示全部楼层
method 发表于 2017-5-5 17:46
https://docs.unrealengine.com/latest/CHN/Programming/UnrealArchitecture/StringHandling/index.html

h ...

晕, 这也太偷懒了吧
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

yyx

12

主题

56

回帖

19

积分

初始化成员

积分
19