https://github.com/ryanjon2040/unrealnetworkprofiler
A modern WPF based Network Profiler for Unreal Engine.
https://github.com/ryanjon2040/unrealnetworkprofiler
network network-profiler statistics ue4 unreal unreal-engine unrealengine unrealengine4
Last synced: 6 months ago
JSON representation
A modern WPF based Network Profiler for Unreal Engine.
- Host: GitHub
- URL: https://github.com/ryanjon2040/unrealnetworkprofiler
- Owner: ryanjon2040
- License: mit
- Created: 2021-03-06T10:57:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T06:00:24.000Z (about 4 years ago)
- Last Synced: 2024-05-01T22:35:19.527Z (about 1 year ago)
- Topics: network, network-profiler, statistics, ue4, unreal, unreal-engine, unrealengine, unrealengine4
- Language: C#
- Homepage:
- Size: 2.33 MB
- Stars: 99
- Watchers: 7
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Unreal Engine Network Profiler
======================
This is a WPF rewrite of Network Profiler by Epic Games. Check out the original program at [Unreal Engine Repository](https://github.com/EpicGames/UnrealEngine/tree/master/Engine/Source/Programs/NetworkProfiler).


  
Limitations
===================* Clicking on graph to view data for single frame is not supported.
* Selecting a range from the graph is not supported.
* List view sorting is not supported.
Dependencies
===================[HandyControl](https://github.com/HandyOrg/HandyControl)
[ScottPlot](https://github.com/ScottPlot/ScottPlot)
[GameAnalytics](https://github.com/GameAnalytics/GA-SDK-C-SHARP)