Hi, I’m trying to learn about USF and followed this tutorial: How to Add Global Shaders to UE4 - Unreal Engine
Since shaders are supported as plugins since 4.17, I tried doing that. My code compile and all but at the end of that tutorial I’m supposed to modify the engine code, is that correct?
I don’t have much experience with modifying the engine code and wanted to avoid that, so is it possible?
My goal is to adapt this old cel-shading tutorial to a plugin https://blog.felixkate.net/2016/05/22/adding-a-custom-shading-model-1/
Can that be done?
Sorry if this is in the wrong section I wasn’t sure where it fits better. Anyway, thanks in advance.