How to rotate mesh 45º each time button presssed

  1. You need to create a ZTargetRot float variable
  2. On begin play, set it to the current GetWorldRotation Z + 45.
  3. Just replace the RinterpToConstant target Z rotation with the ZTargetRot variable

Cheers :slight_smile: