Knowledge base
Search Blueprint patterns
Searching…
Knowledge base
Activate: SetGlobalTimeDilation(0.2) → SetTimerByFunctionName(FunctionName='EndSlowMo', Time=2.0 (real time), bLooping=false). IMPORTANT: Timer Duration uses GAME time, so compensate: actual timer Time = desired_real_seconds * TimeDilation (e.g. 2.0 real sec at 0.2 dilation = 0.4 game sec). End: SetGlobalTimeDilation(1.0). For player-only slow motion: use CustomTimeDilation on the pawn (set to 5.0 when world is 0.2).