Hi
Running UE4 4.7.2
Setting global time dilation works 100% when testing on pc. However on a mobile device once packaged, time dilation is only affecting some objects. Like UMG objects but has no affect on other parts of the game.
To reproduce this you can create a vehicle standard template game, set global time dilation and package and test it on an iphone and a android device.
The only things affected with time dilation will be your UMG and thats about it.
Nothing else is sped up.
Thank you for reporting this issue. I have been testing out this issue and have not been able to repro it so far. How do you currently have your blueprints set up in your project? Here is a screen shot of mine:
Currently when you click the play button it sets time dilation up by 4 times.
So the event is triggered from UMG. The reasoning behind the approach was / is to leave the game speed normal until you press play as my menu screen is in the level.
Perhaps that is why it is only applying to my Widgets and not the rest of the game. I can see my widgets disappearing at an extremely fast rate but the rest of the game runs at normal speed.
But now that i think of it, i am running another time dilation event later in the game when you die. Except then i execute it from the Pawn and not from UMG. And this one seems to apply to everything except UMG.
Almost like UMG global time dilation is not effected but normal actors / pawns and vice versa.
I was able to reproduce this issue on our end. I have written up a report (UE-11531) and I have submitted to the developers for further consideration. I will provide updates with any pertinent information as it becomes available. Thank you for you time and information.