Description

This is NOT a regression. Tested In //UE4/Release-4.27 at CL18319896

Printing an actor's transform as a string returns transform and rotation with a colon, but returns scale without.

Steps to Reproduce
  1. Create or open any project
  2. Create a Blueprint Actor
  3. In the Construction Script call a Print String that returns a Get Actor Transform output
  4. Compile, save, and close the Blueprint
  5. Place the Actor in the world
  6. Check the output log

Expected Results:
The Log Reads: "Translation : X Y Z Rotation : P Y R Scale : X Y Z"

Actual Results:

The Log reads: "Translation : X Y Z Rotation : P Y R Scale X Y Z" Scale is missing a colon.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-165125 in the post.

0
Login to Vote

Fixed
ComponentUE - Gameplay
Affects Versions5.0.3
Target Fix5.2
Fix Commit22224383
Main Commit22224383
CreatedSep 26, 2022
ResolvedSep 28, 2022
UpdatedOct 21, 2022