Finish simple object replication over network

This commit is contained in:
Wojtek Figat
2022-09-16 18:58:53 +02:00
parent 75221baa19
commit ca4e017e02
3 changed files with 40 additions and 9 deletions

View File

@@ -69,6 +69,11 @@ public:
/// </summary>
API_FIELD(ReadOnly) static NetworkConnectionState State;
/// <summary>
/// Current network system frame number (incremented every tick). Can be used for frames counting in networking and replication.
/// </summary>
API_FIELD(ReadOnly) static uint32 Frame;
/// <summary>
/// Local client, valid only when Network Manager is running in client or host mode (server doesn't have a client).
/// </summary>