You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- MediaModule now uses the platform Guid from DDPI instead of having a per-platform MediaInfo module that only supplied a Guid. Deleted many platform extension modules #rb thomas.engel [CL 14824685 by Josh Adams in ue5-main branch]
38 lines
1.6 KiB
INI
38 lines
1.6 KiB
INI
[DataDrivenPlatformInfo]
|
|
bIsConfidential=false
|
|
AudioCompressionSettingsIniSectionName=/Script/IOSRuntimeSettings.IOSRuntimeSettings
|
|
GlobalIdentifier=988EBA73F971495BAFB09639F8C796BD
|
|
|
|
NormalIconPath=Launcher/IOS/Platform_IOS_24x
|
|
LargeIconPath=Launcher/IOS/Platform_IOS_128x
|
|
XLargeIconPath=
|
|
AutoSDKPath=
|
|
Windows:TutorialPath=/Engine/Tutorial/Mobile/InstallingiTunesTutorial.InstallingiTunesTutorial
|
|
Mac:TutorialPath=/Engine/Tutorial/Installation/InstallingXCodeTutorial.InstallingXCodeTutorial
|
|
Linux:TutorialPath=/Engine/Tutorial/NotYetImplemented
|
|
Windows:bIsEnabled=true
|
|
Mac:bIsEnabled=true
|
|
Linux:bIsEnabled=false
|
|
bUsesHostCompiler=false
|
|
bUATClosesAfterLaunch=true
|
|
PlatformGroupName=Mobile
|
|
|
|
[PreviewPlatform IOSMetal]
|
|
PlatformName=IOS
|
|
ShaderFormat=SF_METAL
|
|
ActiveIconName=LevelEditor.PreviewMode.iOS.Enabled
|
|
InactiveIconName=LevelEditor.PreviewMode.iOS.Disabled
|
|
MenuText=NSLOCTEXT("PreviewPlatform", "PreviewMenuText_iOS", "iOS")
|
|
MenuTooltip=NSLOCTEXT("PreviewPlatform", "PreviewMenuTooltip_iOS", "Mobile preview using iOS material quality settings.")
|
|
IconText=NSLOCTEXT("PreviewPlatform", "PreviewIconText_iOS", "iOS")
|
|
|
|
[PreviewPlatform IOSMetalSM5]
|
|
PlatformName=IOS
|
|
ShaderFormat=SF_METAL_MRT
|
|
EnabledCVar=ini:Engine:IOS:/Script/IOSRuntimeSettings.IOSRuntimeSettings:bSupportsMetalMRT
|
|
ActiveIconName=LevelEditor.PreviewMode.iOSSM5.Enabled
|
|
InactiveIconName=LevelEditor.PreviewMode.iOSSM5.Disabled
|
|
MenuText=NSLOCTEXT("PreviewPlatform", "PreviewMenuText_iOSSM5", "iOS (SM5 Renderer)")
|
|
MenuTooltip=NSLOCTEXT("PreviewPlatform", "PreviewMenuTooltip_iOSSM5", "Mobile preview using iOS SM5 material quality settings.")
|
|
IconText=NSLOCTEXT("PreviewPlatform", "PreviewIconText_iOSSM5", "iOS SM5")
|