refactor: rename ASS_PlanarCaptureManager to USS_PlanarCaptureManager for consistency
This commit is contained in:
@@ -38,12 +38,12 @@ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FOnGlobalQualityCapChanged, EPlanarC
|
||||
* On clients, it drives actual capture rendering.
|
||||
*/
|
||||
UCLASS()
|
||||
class PG_FRAMEWORK_API ASS_PlanarCaptureManager : public UWorldSubsystem
|
||||
class PG_FRAMEWORK_API USS_PlanarCaptureManager : public UWorldSubsystem
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
public:
|
||||
ASS_PlanarCaptureManager();
|
||||
USS_PlanarCaptureManager();
|
||||
|
||||
// ========================================================================
|
||||
// Lifecycle
|
||||
|
||||
Reference in New Issue
Block a user