Hi!
I have the following blueprint:
If I call only Set World Location, it is working as I expect (Set the Static Mesh Component to its new Location )
If I call only Set World Rotation, it is working as I expect (Set the Static Mesh Component to its new Rotation)
But if I call Set World Location then Set World Rotation, Set World Rotation then Set World Location , or Set World Location and Rotation, the static mesh component doesnt change its location or rotation, stay in place. (It happens on a click event, and when I start to click each after each (I call the Location and Rotation update several time), the static mesh component sometime make the location and rotation change, but then jump back its original location and rotation)
(As I write out the desired rotation and location on output log, they are valid, and that is the new world location and world rotation, I want to give to the static mesh component)
What is the reason of this issue?