forked from DoubleDeez/MDMetaDataEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMDMetaDataEditor.uplugin
More file actions
38 lines (38 loc) · 864 Bytes
/
MDMetaDataEditor.uplugin
File metadata and controls
38 lines (38 loc) · 864 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.1",
"FriendlyName": "MDMetaDataEditor",
"Description": "Unreal Engine 5.1+ plugin to enable editing meta data of Blueprint Properties and Functions",
"Category": "Editor",
"CreatedBy": "Dylan Dumesnil",
"CreatedByURL": "https://github.com/DoubleDeez",
"DocsURL": "https://github.com/DoubleDeez/MDMetaDataEditor",
"MarketplaceURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "MDMetaDataEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "MDMetaDataEditorGraph",
"Type": "UncookedOnly",
"LoadingPhase": "PostEngineInit"
}
],
"Plugins": [
{
"Name": "GameplayTagsEditor",
"Enabled": true
},
{
"Name": "StructUtils",
"Enabled": true
}
]
}