refactor: rename ASS_PlanarCaptureManager to USS_PlanarCaptureManager for consistency; update documentation across multiple files

This commit is contained in:
Lefteris Notas
2026-05-22 16:23:20 +03:00
parent 321287253b
commit 5c08c929b5
6 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ The Planar Capture System provides a unified rendering pipeline for mirrors, por
│ DA_PlanarCaptureProfile → MPC_CaptureSurface → MI_* material instances│
├──────────────────────────────────────────────────────────────────────┤
│ C++ RUNTIME LAYER │
ASS_PlanarCaptureManager ← Global budget, RT pool, scoring
USS_PlanarCaptureManager ← Global budget, RT pool, scoring (WorldSubsystem + FTickable)
│ ABP_PlanarCaptureActor ← Surface mesh, MDI, registration │
│ UBPC_PlanarCapture ← SceneCapture2D, camera math, horror │
│ UPlanarCaptureCameraUtils ← Static math: mirror, portal, oblique │