ravenlover/ProjectAscention

M2: Freeze/unfreeze sim actors without pausing UI

Ouverte

#13 ouverte le 21 août 2025

 (0 commentaire) (0 réaction) (0 personne assignée) (0 fork)auto 404
BlueprintM2good first issue

Métriques du dépôt

Stars
 (0 étoile)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur