refactor: rename ASS_PlanarCaptureManager to USS_PlanarCaptureManager for consistency
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user