forked from protospatial/NodeToCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNodeToCode.uplugin
More file actions
28 lines (28 loc) · 1.08 KB
/
NodeToCode.uplugin
File metadata and controls
28 lines (28 loc) · 1.08 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
{
"FileVersion": 1,
"Version": 2,
"VersionName": "1.2.2",
"FriendlyName": "Node to Code",
"Description": "Quickly translate any Unreal Engine Blueprint to C++",
"Category": "Code Plugins",
"CreatedBy": "Protospatial",
"CreatedByURL": "https://www.protospatial.com",
"DocsURL": "https://github.com/protospatial/NodeToCode/wiki",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/865c44cc-4ff6-4fc1-9c19-6fbc6ac430eb",
"SupportURL": "https://www.protospatial.com/support",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": true,
"Modules": [
{
"Name": "NodeToCode",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Mac"
]
}
]
}