ravenlover/ProjectAscention

M2: Freeze/unfreeze sim actors without pausing UI

Open

#13 opened on Aug 21, 2025

 (0 comments) (0 reactions) (0 assignees) (0 forks)auto 404
BlueprintM2good first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

Goal:

  • Freeze boat and raft while leaving UI responsive.

Tasks:

  • Implement helper on SimController: SetSimPaused(bool)
  • Use CustomTimeDilation = 0 on sim actors; 1 on PlayerController/UI
  • Unfreeze on reset or when leaving level

Definition of Done:

  • UI remains interactive during freeze
  • Simulation resumes cleanly

Contributor guide