-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBlueprintableDeveloperSettings.uplugin
More file actions
50 lines (50 loc) · 1.43 KB
/
BlueprintableDeveloperSettings.uplugin
File metadata and controls
50 lines (50 loc) · 1.43 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"FileVersion": 3,
"Version": 3,
"VersionName": "1.0.2",
"FriendlyName": "Blueprintable Developer Settings",
"Description": "Blueprintable Developer Settings is a powerful and versatile plugin designed to enhance your Unreal Engine development workflow by seamlessly integrating configurable settings into your projects. Building upon the foundation of the C++ UDeveloperSettings class, the plugin empowers developers to create, manage, and customize settings with unparalleled ease.",
"Category": "Blueprints",
"CreatedBy": "Gradess Games",
"CreatedByURL": "https://stepantrofimov.com",
"DocsURL": "https://github.com/Gradess2019/BlueprintableDeveloperSettings",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/62f83acd54314725b7a3e80f1bd5bf49",
"SupportURL": "https://discord.gg/zFK38y68tK",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "BlueprintableDeveloperSettings",
"Type": "Runtime",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "BlueprintableDeveloperSettingsEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux"
]
}
],
"Plugins": [
{
"Name": "EditorScriptingUtilities",
"Enabled": true
}
],
"SupportedTargetPlatforms": [
"Win64",
"Mac",
"Linux"
]
}