-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathStevesUEHelpers.uplugin
More file actions
40 lines (40 loc) · 1.06 KB
/
StevesUEHelpers.uplugin
File metadata and controls
40 lines (40 loc) · 1.06 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.1.1.0",
"EngineVersion": "",
"FriendlyName": "Steve's UE Helpers",
"Description": "A set of common helper classes for UE projects by Steve Streeting",
"Category": "Code Utilities",
"CreatedBy": "Steve Streeting",
"CreatedByURL": "https://www.stevestreeting.com",
"DocsURL": "https://github.com/sinbad/StevesUEHelpers/blob/master/ReadMe.md",
"MarketplaceURL": "com.epicgames.launcher://ue/Fab/product/6a48c58c-1771-42f6-b46f-2b09e31b1699",
"SupportURL": "https://github.com/sinbad/StevesUEHelpers",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "StevesUEHelpers",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "StevesUEHelpersEd",
"Type": "Editor",
"LoadingPhase": "PostDefault",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
]
}
]
}