Add support for displaying all active Network Peer stats in Editor Profiler tab
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
#include "Engine/Platform/CPUInfo.h"
|
||||
#include "Engine/Profiler/ProfilerCPU.h"
|
||||
|
||||
Array<NetworkPeer*> NetworkPeer::Peers;
|
||||
|
||||
namespace
|
||||
{
|
||||
Array<NetworkPeer*, HeapAllocation> Peers;
|
||||
uint32 LastHostId = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user