Can I deliver a model already setup with its material to a client?

Hello,
is there a way to package a model with its UE material once I have it all set up in UE
and give that to a client so that the client just imports the package in UE and doesn’t have to bother setting up the material from 0?
Thank you!

You can import and set up everything in an empty unreal project so the client just migrates the assets to their own. Alternatively you could try the new GLTF file format: Unreal Engine 4.19 Gets Experimental glTF Support – GameFromScratch.com

Hey ZoltanE! Thank you for the answer!