First google benchmarks for hierarchy logic.
Signed-off-by: AMZN-Olex <5432499+AMZN-Olex@users.noreply.github.com>
This commit is contained in:
@@ -201,6 +201,7 @@ namespace Multiplayer
|
||||
friend class EntityReplicationManager;
|
||||
|
||||
friend class HierarchyTests;
|
||||
friend class HierarchyBenchmarkBase;
|
||||
};
|
||||
|
||||
bool NetworkRoleHasController(NetEntityRole networkRole);
|
||||
|
||||
@@ -96,5 +96,7 @@ namespace Multiplayer
|
||||
|
||||
//! Set to false when deactivating or otherwise not to be included in hierarchy considerations.
|
||||
bool m_isHierarchyEnabled = true;
|
||||
|
||||
friend class HierarchyBenchmarkBase;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user