-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNodeToCode.uplugin
More file actions
37 lines (37 loc) · 1009 Bytes
/
Copy pathNodeToCode.uplugin
File metadata and controls
37 lines (37 loc) · 1009 Bytes
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
{
"FileVersion": 3,
"Version": 195,
"VersionName": "1.2.95-ue427-powershell-null-collection-selftest-hotfix",
"FriendlyName": "node2code",
"Description": "Exports supported Unreal Engine assets to AI-friendly JSON and imports AI-generated Blueprint JSON changes back into the project.",
"Category": "Code Plugins",
"CreatedBy": "sadnessinc",
"CreatedByURL": "https://github.com/sadnessinc",
"DocsURL": "https://github.com/sadnessinc/node2code-fork-ue4",
"SupportURL": "https://github.com/sadnessinc/node2code-fork-ue4/issues",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "NodeToCode",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "BlueprintAssist",
"Enabled": true,
"Optional": true
},
{
"Name": "Niagara",
"Enabled": true
}
]
}