-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathQuickCommands.uplugin
More file actions
35 lines (35 loc) · 806 Bytes
/
QuickCommands.uplugin
File metadata and controls
35 lines (35 loc) · 806 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "5.5.0",
"FriendlyName": "QuickCommands",
"Description": "Clickable commands",
"Category": "Editor",
"CreatedBy": "AndrisBorbas / Rens",
"CreatedByURL": "",
"DocsURL": "https://github.com/AndrisBorbas/QuickCommands/wiki",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/d99b947e097b499985694cec86592660",
"SupportURL": "https://github.com/AndrisBorbas/QuickCommands/issues",
"EngineVersion": "5.5.0",
"CanContainContent": false,
"WhitelistPlatforms": [
"Win64",
"Win32",
"Mac",
"Linux",
"IOS",
"Android",
"PS4",
"XboxOne"
],
"IsBetaVersion": false,
"Installed": true,
"Modules": [
{
"Name": "QuickCommands",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"IsExperimentalVersion": false
}