This commit is contained in:
2023-06-29 11:55:02 +08:00
commit 36e95249b1
1236 changed files with 464197 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
title: UMG组件作用笔记
date: 2022-11-14 18:13:13
excerpt:
tags:
rating: ⭐
---
- ScaleBox可以根据ParentWidget的大小来对Children进行缩放。
- SizeBox一个方便控制Size的控件有OverrideSize、MinDesiredSize、MaxDesiredSize。
- Overlay可以让多个UMG控件叠在一起拥有同一个锚点可以认为是一个组合功能。
- RetainerBox优化用的控件可以调整UI的刷新频率根据帧数。