Material output in blueprint

Not sure what you mean. Are you talking about using the compute shader from bluprints?
I don’t think we have a node for that. But you could write the CS code in C++ and expose the function to BP.
Take a look at FGlobalShader. I think you can create a compute shader by extending it