OpenGL ES 3.1 - how to enable ?

In case somebody wonders, GL ES 3.1 is not needed for instancing support (at least as of UE 4.11). ES2 backend automatically detects if device supports hardware instancing (basically OpenGL ES 3.0) and if so, activates it. Otherwise instanced meshes are rendered in batches. :slight_smile: