Files
PS_ProserveEditor/.claude/memory/MEMORY.md
j.foucher b089a20512 Add PS_Editor plugin Phase 1: GameMode + Camera navigation
Runtime editor plugin with UE viewport-style camera controls:
- ZQSD/Arrows movement (always active), E/A for up/down
- LMB: pan (horizontal move + yaw), RMB: free fly look
- Alt+LMB / MMB: orbit around focal point, scroll: zoom
- HUD with controls help, cursor auto-hide during camera ops

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 12:33:55 +02:00

483 B

  • PS_Editor plugin project — Runtime editor plugin for UE 5.5, incremental dev, Phase 1 done
  • Underscore naming — Always use PS_Editor_ prefix with underscores in file/class names
  • UE5 build process — CLI build command for the project (Build.bat path, target name, flags)
  • Build workflow — Prefer Live Coding (Ctrl+Alt+F11) when UE is open, CLI build only when UE is closed