Glitch Effect Material

Hello!

can anyone teach me how to make a glitch effect material for skeletal mesh(character)?

thanks for answer.

Hi Can you elaborate, I mean there are several ways but a concept or a description might help.
Is it on the material? On the Mesh? A Post process effect?

I would like it on the material, and applicable to skeletal mesh. Imagine the default third player mannequin of unreal having some glitch effect.

Hi Can you elaborate, I mean there are several ways but a concept or a description might help.
Is it on the material? On the Mesh? A Post process effect?

I would assume that would be done using material blending. Put a animated glitch material and blend it over the normal skin of the character for a final material.

maybe, this help for you. Only need to be multiplied by the object position and use in world position offset. And use view space uv or 2 uv channel for gradient mapping.

[QUOTE=Othelnic12;674515]
maybe, this help for you. Only need to be multiplied by the object position and use in world position offset. And use view space uv or 2 uv channel for gradient mapping. UE4 - Glitch Effect Tut - YouTube

thanks a lot!