목적
Android Menifest 수정 할 일이 있었는데 Unreal이 2가지 방법으로 수정 방법을 나누어 놔서 헷갈리는 문제가 있었다.
ProjectSetting과 UPL을 활용하여 Anroid Menifest를 수정할 수 있었다.
환경
UE4.26.2
수정 방법
Project Setting에서 수정 방법
Project Setting에서 수정 방법은 AndroidManifest.XML에서 manifest, application을 수정 할 수있다.
1. Project Setting - Android - 고급 APK 패키징
https://docs.unrealengine.com/4.27/ko/SharingAndReleasing/Mobile/Android/AndroidManifestControl/
UPL(Unreal Plugin Language)
UPL은 manifest, application 외 더 특수한 필드를 수정할 수 있다
https://lifeisforu.tistory.com/389
https://docs.unrealengine.com/4.26/en-US/SharingAndReleasing/Mobile/UnrealPluginLanguage/
'UE4' 카테고리의 다른 글
UE4 Decal (0) | 2021.09.13 |
---|---|
UE4 Define 지시문 (0) | 2021.09.09 |
UE4 UMG에서 BindWidget 된 상태에서 SetVisiblity를 통해 보이게 했지만 작동하지 않는 경우 (0) | 2021.07.15 |
UE4 UMG에서 RenderTarget 사용 방법 (0) | 2021.07.15 |
UE4 Custom Property Layout 만들기 (0) | 2021.06.09 |