forked from stratisproject/UnrealEnginePlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStratis.uplugin
45 lines (45 loc) · 1.3 KB
/
Stratis.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
39
40
41
42
43
44
45
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0.2",
"FriendlyName": "Stratis",
"Description": "Official Stratis Blockchain Platform integration plugin for Unreal Engine",
"Category": "Blockchain",
"CreatedBy": "Stratis Platform",
"CreatedByURL": "https://www.stratisplatform.com/",
"DocsURL": "https://academy.stratisplatform.com/Developer%20Resources/Unreal%20Engine/unreal-engine-introduction.html",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/6cde16785f2e4240a09e10314f5dff94",
"SupportURL": "https://www.stratisplatform.com/contact/",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"EngineVersion" : "4.27.2",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac" ],
"Modules": [
{
"Name": "Stratis",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac" ]
},
{
"Name": "StratisAPI",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac" ]
},
{
"Name": "Blockchain",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac" ]
},
{
"Name": "Wallet",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac" ]
}
]
}