How do I pass a Texture2dArray to a Texture2dArray Material Function Input?
For textures you would use a texture object, but I cannot find anything that works for a Texure2dArray…
you create a Texture Object
and assign a texture array into it. And connect this one to the preview pin.
If you assign a Texture2D to it then it’s gonna give you errors like cannot cast from texture2D to texture2DArray.
I also wish epic added a DefaultTexture2DArray like there is one for simple Texture2D