-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPerforcePython.uplugin
More file actions
31 lines (31 loc) · 965 Bytes
/
Copy pathPerforcePython.uplugin
File metadata and controls
31 lines (31 loc) · 965 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Perforce Python Blueprint Nodes",
"Description": "Installs P4Python module for Unreal Engine and provides some convenience BP nodes for running P4 commands.",
"Category": "Scripting",
"CreatedBy": "Jase Lindgren",
"CreatedByURL": "https://github.com/jase-perf/UE-Perforce-Python-Plugin",
"DocsURL": "https://github.com/jase-perf/UE-Perforce-Python-Plugin/blob/main/README.md",
"MarketplaceURL": "",
"SupportURL": "https://github.com/jase-perf/UE-Perforce-Python-Plugin/issues",
"EngineVersion": "5.4.0",
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": true,
"PythonRequirements": [
{
"Platform": "All",
"Requirements": [
"p4python==2024.1.2645203 --hash=sha256:d15885c61290a6d82f240756658fb79a0dfc1acad15c3c64be81c77d5062ef36"
]
}
],
"Plugins": [
{
"Name": "PythonScriptPlugin",
"Enabled": true
}
]
}