forked from AF-GRILL/DISPluginForUnreal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GRILLDISForUnreal.uplugin
38 lines (38 loc) · 961 Bytes
/
GRILLDISForUnreal.uplugin
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
33
34
35
36
37
38
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "GRILL DIS for Unreal",
"Description": "Utilities for implementing and interacting with DIS network packets through using OpenDIS.",
"Category": "Networking",
"CreatedBy": "GRILL",
"CreatedByURL": "https://www.af-grill.com/",
"DocsURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/e0a0a5b841b54fd7b0e7e35bbf50da25",
"SupportURL": "https://www.af-grill.com/work-with-us/else",
"EngineVersion": "4.27.0",
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "DISRuntime",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64" ]
},
{
"Name": "DISEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [ "Win64" ]
}
],
"Plugins": [
{
"Name": "GeoReferencing",
"Enabled": true
}
]
}