- Is it possible to on the y axis?
rotate image
Comments
Add whatever you want to rotate to the UE4 scene and add a blueprint node to rotate it from inside Aximmetry.
Dear, I am required to rotate a picture or a movie around itself without using Unreal. like that
And if you want your Rectangle to automagically adapt to the images AspectRatio you could set the Rectangle's XStart and YStart to 0 and use a Measurer like this:
@EricWest
This is a different thing to put an image on a 3D object. You need to Rotate 2d image on the Y axis
@huseen, in that case I'm wondering why you posted an image which clearly shows a 3D space?
The only possible 2D Rotation is along the z-axis. Rotating along X and Y is clearly 3D (or some clever way of warping screenspace coordinates).
@Huseen: The solution Eric provided is exactly for rotating a 2D plane around the Y axis. Did you try it?
?