refactor: rename ASS_PlanarCaptureManager to USS_PlanarCaptureManager for consistency

This commit is contained in:
Lefteris Notas
2026-05-22 15:52:13 +03:00
parent 0a2d08b2ad
commit d16c661022
5 changed files with 27 additions and 27 deletions

View File

@@ -86,7 +86,7 @@ void UBPC_PlanarCapture::BeginPlay()
// Cache manager reference
if (UWorld* World = GetWorld())
{
CachedManager = World->GetSubsystem<ASS_PlanarCaptureManager>();
CachedManager = World->GetSubsystem<USS_PlanarCaptureManager>();
}
ResolveSoftReferences();