From 5f9af5e39c3102614131fd3c4a73a271a7bcbd1e Mon Sep 17 00:00:00 2001 From: ckf104 <1900011634@pku.edu.cn> Date: Wed, 27 Nov 2024 21:22:40 +0800 Subject: [PATCH] update umg in unreal --- _posts/UE/2024-11-12 UMG in Unreal.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/UE/2024-11-12 UMG in Unreal.md b/_posts/UE/2024-11-12 UMG in Unreal.md index ab05dac..be0889e 100644 --- a/_posts/UE/2024-11-12 UMG in Unreal.md +++ b/_posts/UE/2024-11-12 UMG in Unreal.md @@ -77,6 +77,7 @@ TODO:`AddToViewport` 和 `AddToPlayerScreen` 用于将 user widget 显示在 ### Other Tutorials [unreal ben ui](https://benui.ca/unreal/#ui) 中有很多 UI 相关的教程,涵盖了下面 TODO 的许多主题,值得一看。比如 [Introduction to C++ UIs in Unreal](https://benui.ca/unreal/ui-cpp-basics/) 讨论了如何使用 C++ 构建 UI TODO:跳过了官方文档中的 [UMG Best Practices](https://dev.epicgames.com/documentation/en-us/unreal-engine/umg-best-practices-in-unreal-engine) +TODO:官方文档中一些其它的教程 [Tutorials and Examples](https://dev.epicgames.com/documentation/en-us/unreal-engine/tutorials-and-examples-for-user-interfaces-in-unreal-engine) ### Widget Component and Interaction TODO:了解 widget component 以及 widget interaction component ### SWidget