Init
This commit is contained in:
12
03-UnrealEngine/UI/UMG组件作用笔记.md
Normal file
12
03-UnrealEngine/UI/UMG组件作用笔记.md
Normal 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的刷新频率,根据帧数。
|
Reference in New Issue
Block a user