-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathBlueprintMessageLogPlugin.uplugin
More file actions
33 lines (33 loc) · 1.04 KB
/
BlueprintMessageLogPlugin.uplugin
File metadata and controls
33 lines (33 loc) · 1.04 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
{
"FileVersion": 3,
"Version": 121,
"VersionName": "1.2.1",
"FriendlyName": "Blueprint Message Log Plugin",
"Description": "Plugin that provides Blueprint nodes to interact with Editor Message Log",
"Category": "Editor",
"CreatedBy": "Aquanox",
"CreatedByURL": "https://github.com/aquanox/BlueprintMessagePlugin",
"DocsURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/04214407950e42a7a30284eb2b94dfe9",
"FabURL": "com.epicgames.launcher://ue/fab/product/742876c7-2a32-47d2-9b23-8d0b430e7683",
"SupportURL": "https://github.com/aquanox/BlueprintMessagePlugin/issues",
"EngineVersion": "",
"CanContainContent": false,
"IsExperimentalVersion": false,
"Installed": false,
"EnabledByDefault": true,
"Modules": [
{
"Name": "BlueprintMessage",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux" ]
},
{
"Name": "BlueprintMessageEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux" ]
}
]
}