logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

unreal engine 获取鼠标在UMG上的坐标

float mouseLocationX = 0.0f;float mouseLocationY = 0.0f;if (controller){controller->GetMousePosition(mouseLocationX, mouseLocationY);}float viewportScale = UWidgetLayoutLibrary::GetViewportScale(Ge

unreal engine 给游戏创建托盘图标,右键菜单

pluginhttps://github.com/ue4plugins/WindowsMessageHandlerExample关闭editor,解压后新建一个Plugins文件夹,放到 /Plugins 文件夹然后打开***.sln,build右键uproject,generate project fils再打开editor,Enable plugin ,可以在Output看到已经在运行了;重新

UE4 获取steam昵称 亚洲文字 显示乱码

const char* friendName = SteamFriends()->GetFriendPersonaName(friendSteamID);FString friendNameString = FString(UTF8_TO_TCHAR(friendName));

到底了