Scaling not working with non-const class variables

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Assets

Summary

Scaling doesn’t seem to work with non-const class variables (e.g. using them with const variables in arithmetic to set scale)

Steps to Reproduce

  1. create a device that has a creative_prop as an editable
  2. create a class that has a non-const variable
  3. use a loop and the TeleportTo function with a transform object to set the prop’s scale with the non-const variable and follow the player

Expected Result

TeleportTo correctly Teleports to the specified transform

Observed Result

TeleportTo runs once but then stops working

Platform(s)

PC

Island Code

7819-7503-7370

problem was setting scale to 0.0, sry