forked from AutoSizeComments/AutoSizeComments
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAutoSizeComments.uplugin
More file actions
32 lines (32 loc) · 861 Bytes
/
Copy pathAutoSizeComments.uplugin
File metadata and controls
32 lines (32 loc) · 861 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "3.1.0",
"FriendlyName": "AutoSizeComments",
"Description": "Comment boxes that auto resize to fit the nodes inside",
"Category": "Editor",
"CreatedBy": "fpwong",
"CreatedByURL": "https://fpwong.github.io/",
"DocsURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/ae89a2c4ab384de0a3f213b23de324f3",
"SupportURL": "https://forums.unrealengine.com/community/released-projects/1540542",
"EngineVersion": "5.0.0",
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": true,
"Modules": [
{
"Name": "AutoSizeComments",
"Type": "EditorNoCommandlet",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux"
],
"WhitelistTargets": [
"Editor"
]
}
]
}