Add Asset serialization for Ctrl+G and related net interfaces

This commit is contained in:
puvvadar
2021-05-06 16:18:13 -07:00
parent 2f4120cdfb
commit aa51233536
8 changed files with 132 additions and 13 deletions
@@ -24,6 +24,16 @@ namespace Multiplayer
NetworkPrefabProcessor::Reflect(context);
}
void MultiplayerToolsSystemComponent::Activate()
{
AZ::Interface<IMultiplayerTools>::Register(this);
}
void MultiplayerToolsSystemComponent::Deactivate()
{
AZ::Interface<IMultiplayerTools>::Unregister(this);
}
bool MultiplayerToolsSystemComponent::DidProcessNetworkPrefabs()
{
return m_didProcessNetPrefabs;