Unreal 入门-Slow down world but not player

来源:互联网 发布:ubuntu升级失败 编辑:程序博客网 时间:2024/05/27 20:37

Per-actor time dilation is multiplied with the result of global time dilation. So if you set global time dilation to X and want to keep player playing at normal speed, set the player's custom time dilation to 1/X.


So in your case, instead of setting player's time dilation to 1, set it to 1/(global time dilation).

alt text

0 0
原创粉丝点击