码迷,mamicode.com
首页 > 编程语言 > 详细

ue4(c++) 按钮中的文字居中的问题

时间:2017-06-12 17:17:01      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:pac   oms   pre   center   string   str   ring   slot   .text   

 

.Content()

[
SNew(SOverlay)
+ SOverlay::Slot().HAlign(HAlign_Center).VAlign(VAlign_Center)
[
SNew(STextBlock).Text(FText::FromString(TEXT("下载")))
]
]

ue4(c++) 按钮中的文字居中的问题

标签:pac   oms   pre   center   string   str   ring   slot   .text   

原文地址:http://www.cnblogs.com/huojiaoqingchun0123/p/6993627.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!