Add server side accounting for blend factor

Signed-off-by: puvvadar <puvvadar@amazon.com>
This commit is contained in:
puvvadar
2021-07-20 14:12:06 -07:00
parent 7950c2b549
commit ebe326f6e9
6 changed files with 30 additions and 2 deletions
@@ -802,6 +802,11 @@ namespace Multiplayer
}
}
float MultiplayerSystemComponent::GetCurrentBlendFactor() const
{
return m_renderBlendFactor;
}
INetworkTime* MultiplayerSystemComponent::GetNetworkTime()
{
return &m_networkTime;