Skip to content

Commit f8ed5a9

Browse files
committed
Refactor in ViewportStreamer
1 parent f2b246f commit f8ed5a9

14 files changed

+389
-254
lines changed

Gems/ViewportStreamer/Code/Include/ViewportStreamer/ViewportStreamerTypeIds.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
namespace ViewportStreamer
55
{
66
// System Component TypeIds
7-
inline constexpr const char* ViewportStreamerComponentTypeId = "{1EF0EC12-33C2-45B7-B637-CAAF8DF7C25A}";
7+
inline constexpr const char* ViewportStreamerSystemComponentTypeId = "{1EF0EC12-33C2-45B7-B637-CAAF8DF7C25A}";
8+
inline constexpr const char* ViewportStreamerEditorSystemComponentTypeId = "{DBB6D5F8-3C20-4490-8A13-27E96EE6CD70}";
89

910
// Module derived classes TypeIds
1011
inline constexpr const char* ViewportStreamerModuleInterfaceTypeId = "{5C5BB679-067D-450E-8A11-A5E52DFF9B34}";
1112
inline constexpr const char* ViewportStreamerModuleTypeId = "{15FBBD78-71BC-4D43-B8E5-51AEC20DBE67}";
1213
// The Editor Module by default is mutually exclusive with the Client Module
1314
// so they use the Same TypeId
1415
inline constexpr const char* ViewportStreamerEditorModuleTypeId = ViewportStreamerModuleTypeId;
16+
1517
} // namespace ViewportStreamer

Gems/ViewportStreamer/Code/Source/Clients/ViewportStreamerComponent.cpp

Lines changed: 0 additions & 223 deletions
This file was deleted.

Gems/ViewportStreamer/Code/Source/Clients/ViewportStreamerModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
#include "ViewportStreamerComponent.h"
2+
#include "ViewportStreamerSystemComponent.h"
33
#include <ViewportStreamer/ViewportStreamerTypeIds.h>
44
#include <ViewportStreamerModuleInterface.h>
55

0 commit comments

Comments
 (0)