Recompile for 5.7:
Hey Jared! (and anyone else who is interested)
I’m on the 5.5 version of the plugin, and note that an existing issue, which you may have amended somewhere in the next couple of releases, is that UItweenEvent::IsAllowedToTick() doesn’t seem to take into account when the game is paused, which causes tweens to tick and advance even when we explicitly set the game to be paused using UGameplayStatics::SetGamePaused()
Here is my quick fix that I am trying as a result, I imagine it should work as all tickable objects need to report if they’re allowed to tick that frame ![]()
New versions out now for 5.6-5.8!
These versions fix an issue brought to light by @Nightmask3 (thank you for surfacing this) where tweens were always unaffected by global pausing and time dilation. Now they will be affected as expected if AdvancedParameters are not set to ignore them, which is the default behaviour.
{
“version_name”: “5.8.2026.06.20”,
“drive_link”: “drive.google.com/file/d/1aCRfsGdCzNm_3EJ8dMuGnJxf2920TV3H/view”
},
{
“version_name”: “5.7.2026.06.20”,
“drive_link”: “drive.google.com/file/d/1ZPvFbHkDQW6Zh5VMqJKiQbDhJDpNohqB/view”
},
{
“version_name”: “5.6.2026.06.20”,
“drive_link”: “drive.google.com/file/d/1Fi1FxBzW1E3KlXYmS0kvS5zKwalVW2Ii/view”
}
Hotfix for 5.6-5.8!
This fixes an issue where the editor would crash on stopping PIE with tweens running.
{
“engine_version”: “5.8”,
“version_name”: “5.8.2026.06.21”,
“drive_link”: “drive.google.com/file/d/1zHez4bkxn6cQTDC0xcjqNJq422QJJhtb/view”
},
{
“engine_version”: “5.7”,
“version_name”: “5.7.2026.06.21”,
“drive_link”: “drive.google.com/file/d/1J2_20rpT2HlugdUQVeLhcMOwMAKbhiAP/view”
},
{
“engine_version”: “5.6”,
“version_name”: “5.6.2026.06.21”,
“drive_link”: “drive.google.com/file/d/1G17IDnTAtMOsxauJImAAsDF2o5YA3EJq/view”
}
