-
UE5 Game UI Manager Subsystem (~)Study/UnrealEngine 2023. 4. 21. 10:13
- Plugin : Common Game
- GameUIManagerSubsystem
- 추가, 제거되는 플레이어 모니터링
- 현재 UI Policy에 지시 : 어떤 동작을 할지, 플레이어를 어떻게 할지....
- UI Policy : 주요 레이아웃을 배치, 뷰포트에 항목 추가/제거
- PrimaryGameLayout
- CommonActivatableWidgetStack : push new widget -> replace current widget to new widget
- UI Class <= SoftReference : HardReference 를 사용하게 되면, 사용되지 않는 UI 도 메모리에 강제적으로 가져옴
'Study > UnrealEngine' 카테고리의 다른 글
UE5 Lyra Starter Game - UI (~) (0) 2023.05.03 UE AssetManager (0) 2023.04.21 UE Reflection (0) 2023.04.05 UE5.0 CPP 07 (0) 2023.03.21 UE5.0 CPP 05~06 (0) 2023.03.17 댓글