-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathLivePP.uplugin
More file actions
41 lines (41 loc) · 1 KB
/
LivePP.uplugin
File metadata and controls
41 lines (41 loc) · 1 KB
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
{
"FileVersion": 3,
"Version": 0,
"VersionName": "0.5.0+Lpp-1-3-2",
"FriendlyName": "LivePP",
"Description": "A Plugin wrapper for Molecular Matters L++ plugin",
"Category": "Programming",
"CreatedBy": "Kite & Lightning",
"CreatedByURL": "https://bebylon.world/",
"DocsURL": "https://molecular-matters.com/docs/livepp/documentation.html",
"MarketplaceURL": "",
"SupportURL": "https://molecular-matters.com/products_livepp.html",
"EngineVersion": "4.21.0",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "LivePP",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [
"Win32",
"Win64"
],
"WhitelistTargetConfigurations": [
"Debug",
"DebugGame",
"Development"
],
"WhitelistTargets": [
"Game",
"Editor",
"Client",
"Server",
"Program"
]
}
]
}