35 lines
778 B
JSON
35 lines
778 B
JSON
|
{
|
||
|
"FileVersion": 3,
|
||
|
"Version": 1,
|
||
|
"VersionName": "1.0",
|
||
|
"FriendlyName": "RigVM",
|
||
|
"Description": "Provides frontend and backend for the RigVM visual programming language and runtime",
|
||
|
"Category": "Misc",
|
||
|
"CreatedBy": "Epic Games, Inc.",
|
||
|
"CreatedByURL": "https://epicgames.com",
|
||
|
"DocsURL": "",
|
||
|
"MarketplaceURL": "",
|
||
|
"SupportURL": "",
|
||
|
"EnabledByDefault": true,
|
||
|
"CanContainContent": true,
|
||
|
"IsBetaVersion": false,
|
||
|
"Installed": false,
|
||
|
"Modules" :
|
||
|
[
|
||
|
{
|
||
|
"Name" : "RigVM",
|
||
|
"Type" : "Runtime",
|
||
|
"LoadingPhase" : "PreDefault"
|
||
|
},
|
||
|
{
|
||
|
"Name" : "RigVMDeveloper",
|
||
|
"Type" : "UncookedOnly",
|
||
|
"LoadingPhase" : "PreDefault"
|
||
|
},
|
||
|
{
|
||
|
"Name" : "RigVMEditor",
|
||
|
"Type" : "Editor",
|
||
|
"LoadingPhase" : "PostEngineInit"
|
||
|
}
|
||
|
]
|
||
|
}
|