DefaultDeviceProfiles.ini 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ;
  2. ; -------- Platform specific device profile Overrides For AR supported handheld devices --------
  3. ; -------- Default settings can be found at Engine/Config/BaseDeviceProfiles.ini. --------
  4. ; -------- To override base settings, uncomment the appropriate device line and add --------
  5. ; -------- the desired settings below. For more information on config settings, visit --------
  6. ; -------- https://docs.unrealengine.com/latest/INT/Platforms/DeviceProfiles/ --------
  7. ; --------
  8. ; -------- ARKIT
  9. ; --------
  10. ; Global iOS Settings
  11. ;[IOS DeviceProfile]
  12. ; -------- ARKit Supported iPhones
  13. ;[IPhoneSE DeviceProfile]
  14. ;[IPhone6S DeviceProfile]
  15. ;[IPhone6SPlus DeviceProfile]
  16. ;[IPhone7 DeviceProfile]
  17. ;[IPhone7Plus DeviceProfile]
  18. ;[IPhone8 DeviceProfile]
  19. ;[IPhone8Plus DeviceProfile]
  20. ;[IPhoneX DeviceProfile]
  21. ; -------- ARKit Supported iPads
  22. ;[IPad5 DeviceProfile]
  23. ;[IPadPro DeviceProfile]
  24. ;[IPadPro_129 DeviceProfile]
  25. ;[IPadPro_97 DeviceProfile]
  26. ;[IPadPro_105 DeviceProfile]
  27. ;[IPadPro2_129 DeviceProfile]
  28. ; --------
  29. ; -------- ARCORE
  30. ; --------
  31. ; Global Android Settings
  32. ;[Android DeviceProfile]
  33. ; Google Pixel, Pixel 2, Galaxy S8 - Adreno
  34. ;[Android_Adreno5xx DeviceProfile]
  35. ; Samsung Galaxy S8 - Mali
  36. ;[Android_Mali_G71 Device Profile]