Newest iOS device profiles don't work

Hi,

The device profiles for iPhone SE, iPadPro 12.9 and Pro 9.7 don’t work.

For the iPhone SE on line 205 of Engine/Source/Runtime/Core/Public/IOS/IOSPlatformMisc.h the “h” is missing from the string L"IPoneSE".

For the Pros. In the code the device profile sections are referred to by these strings:

L"IPadPro_12.9",
L"IPadPro_9.7",

but the device profile names in the BaseDeviceProfiles.ini are:

[iPadPro97 DeviceProfile]
[iPadPro129 DeviceProfile]

Note the missing “_” and “.”

Regards,

Ryan.

The work around for this is to just change the device profile names to the ones referred to in code. These are the device profile names that work:

[iPoneSE DeviceProfile]
[iPadPro_9.7 DeviceProfile]
[iPadPro_12.9 DeviceProfile]

Regards,

Ryan

Hi Ryan, I just want to verify that the spelling error in “iPoneSE” is the spelling that should be used (until it’s otherwise corrected)

This bug seems to exist in 4.13, also.

Is there a bug number for this issue?

I can confirm that this issue persist in 4.14.3.

You are my Hero