How do I use Vulkan?

Let say I am developing a game for android and it is drawcall heavy (from a mobile prespective). So I can select the new Vulkan build in the editor but how can Vulkan help me with this? Do I need to change the way I setup materials or design levels or add custom code somewhere? Or is Vulkan transparent to me handled entirely by engine code and shaders?

Most online resources I have found deal mostly with enabling vulkan in the editor without much explanation of what if anything else needs to be done or how to measure the difference in performance etc.

Hoping someone will shed some light on this.

https://docs.unrealengine.com/latest/INT/Platforms/Android/VulkanMobileRenderer/

Once enabled, you’re using it.