-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPiUE.uplugin
More file actions
38 lines (38 loc) · 755 Bytes
/
Copy pathPiUE.uplugin
File metadata and controls
38 lines (38 loc) · 755 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
38
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "PiUE",
"Description": "Blender-style pie menu for the Unreal Editor.",
"Category": "Editor",
"CreatedBy": "Solessfir",
"CreatedByURL": "https://github.com/Solessfir",
"DocsURL": "",
"MarketplaceURL": "https://fab.com/s/3b282c27a17e",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "PiUE",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "PiUEEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
}
]
}