Is it possible to get vertex velocity attribute from material blueprint?

are your vertices being displaced by the shader? if not their velocity would just be the mesh’s velocity + any rotational velocity, which can be calculated fairly easily. If they are being displaced then ZacD’s answer seems a more interesting approach.