My terrain shader does not load?!

Hello guys,

I made a lanscape and when I use more then 3 lanscape-textures in one “rendersquare” then these squares do not load the choosen texture - it stays grey:

https://forums.unrealengine.com/attachment.php?attachmentid=60034&stc=1&d=1444138316

Is there any way, to use more than 3 ground textures in one square?

Thank you very much,
Knife_Runner

You are hitting 16 texture samplers limit. You can set all your texture samples to Shared:Wrap to increase it.

Thank you a LOT mate!!