Texture Arrays or 3D Textures support in Unreal Engine 4?

A 3D texture or texture array has nothing to do with the object it is being used with. A 3D texture allows one to upload an array of textures in a single call and also reference the texture as an array in a shader. This allows one to paint on a terrain with “unlimited” (Its large enough) combinations of textures in a single draw call.