Is OpenGL deprecated using ARCore with UE5.6?

Hello everyone. I have a question.

I’m developing an AR application and trying out the ARCore sample to prototype it.
I just download and build AR Sample, and I succeed it.
But unchecking the “Support vulkan“ box in project settings, camera display is not shown in application.

I try checking log, it says “[type.googleapis.com/util.ErrorSpacePayload=‘ArStatusErrorSpace::AR_ERROR_MISSING_GL_CONTEXT’]“

Is OpenGL completely deprecated using ARCore with UE5.6?
I know it succeed with vulkan, but I need to use Open GL for development reason.