-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathRyHelpfulHelpers.uplugin
More file actions
52 lines (52 loc) · 1.14 KB
/
RyHelpfulHelpers.uplugin
File metadata and controls
52 lines (52 loc) · 1.14 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
51
52
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.5",
"FriendlyName": "Ryan's Helpful Helpers",
"Description": "Extremely helpful helper functions for developing Blueprint and C++ projects in Unreal Engine.",
"Category": "Utilities",
"CreatedBy": "Solar Storm Interactive",
"CreatedByURL": "https://github.com/rfsheffer",
"DocsURL": "https://github.com/rfsheffer/RyHelpfulHelpers/wiki",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/25653d83f1f84775b09ed750659f9ca3",
"SupportURL": "https://discord.gg/zBXM6VC4r8",
"EngineVersion": "",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "RyRuntime",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Android",
"Win64",
"Linux",
"Mac",
"IOS"
]
},
{
"Name": "RyEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "RyEditorK2Nodes",
"Type": "UncookedOnly",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Android",
"Win64",
"Linux",
"Mac",
"IOS"
]
}
]
}