BlueRoseNote/03-UnrealEngine/UI/UMG组件作用笔记.md
2023-06-29 11:55:02 +08:00

13 lines
468 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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