[4.12] Cable Components Don't Render Custom Depth Pass

Hello @Overshoot

I think you should set

Result.bRenderCustomDepth = ShouldRenderCustomDepth();

before calling

MaterialRelevance.SetPrimitiveViewRelevance(Result);

Maybe that will work?