Changing material for certain camera

Hello

I have a question. Is it possible to change a material of any object for certain camera? I need to have a split screen with two cameras, placed at the same location but they have to display different material on the same object.
I tried to do something with SceneCaptureComponent2D but for now nothing works…

Thanks

Hi! You can SetPostProcessBlendWeight for specific camera. Your PostProcessMaterial will affect objects rendering. The weight setup will determine how much it will be visible for each camera. Good example of usage are Outline Materials - very popular topic for tutorials.