Quantcast
Channel: General - Epic Developer Community Forums
Viewing all articles
Browse latest Browse all 9593

Scale is reset to 1.0 after moving a Prop using MoveTo or TeleportTo

$
0
0

Reference ID

90bd57a5-44b1-b10c-3e0e-0ba64ee18230

Please select what you are reporting on:

Creative

What Type of Bug are you experiencing?

Assets

Summary

Scale is reset to 1.0 after moving a Prop using MoveTo or TeleportTo

Steps to Reproduce

    @editable
    VolumeArray:[]volume_device = array{}
    @editable
    CheckPointArray:[]creative_prop = array{}

    OnBegin<override>()<suspends>:void=
        for (Index -> Volume : VolumeArray):
            Position := Volume.GetTransform()
            if (CheckPoint := CheckPointArray[Index],CheckPoint.TeleportTo[Position]):

Running this code will reset the scale.

Expected Result

I don’t want the scale to reset when I move.

Observed Result

Scale reverts to 10.0 → 1.0 when moved

Platform(s)

windows

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 9593

Trending Articles