How to draw a 2D concave polygon?

Problem Description

I have triangles list and maybe have overlapping drawing pixels.
I only want to draw positions with an odd number of pixels overlapping
I want to use something like untiy multi-pass stencil.
But I didn’t find a way to do that in UE4.