Is there any way to rotate Material Billboard?

I have a blueprint with only Material Billboard in it. I want to rotate it clockwise. I’ve tried to change every rotation property, but nothing happens. Is it any way to rotate Material Billbord along just one axis? I guess, it is, because there is Rotation item in Details window.

I’ve found nothing about Material board can be rotated with standard World Rotation attribute. But rotating board’s Sprites material is the way, rotation could be implemented. The material must have a scalar parameter for rotation (pic 1), so it may be changed from the blueprint through inheritance with dynamic material creation (pic 2).
This code works for me.