forked from ryanjon2040/UE4NetDebugStatsPlugin
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNetDebugStats.uplugin
More file actions
32 lines (32 loc) · 915 Bytes
/
NetDebugStats.uplugin
File metadata and controls
32 lines (32 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Network Debug Stats",
"Description": "Contains a widget that shows network stats as seen in popular battle royale games.",
"Category": "Satheesh",
"CreatedBy": "Satheesh (ryanjon2040)",
"CreatedByURL": "https://www.buymeacoffee.com/ryanjon2040",
"DocsURL": "https://docs.google.com/document/d/1D3PE6ibo-3cLPPUiWir1Yz2a_qjuSRyWbEI6FWY86aw/edit?usp=sharing",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/61f97c8434374b99979c417944ac3678",
"SupportURL": "https://discord.gg/5X6vaEJcEG",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": true,
"Modules": [
{
"Name": "NetDebugStats",
"Type": "Runtime",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [
"Win64",
"Mac",
"IOS",
"Android",
"Linux",
"TVOS"
]
}
]
}