-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathScooterUtils.uplugin
More file actions
42 lines (42 loc) · 1.01 KB
/
Copy pathScooterUtils.uplugin
File metadata and controls
42 lines (42 loc) · 1.01 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
{
"FileVersion": 3,
"Version": 1009002,
"VersionName": "v1.9.2",
"FriendlyName": "Scooter Utilities",
"Description": "Your Swiss Army Knife of Editor Utilities for Unreal Engine",
"Category": "Editor",
"CreatedBy": "Scott Kirvan",
"CreatedByURL": "https://www.skvfx.com",
"DocsURL": "https://www.scottkirvan.com/ScooterUtils/notes/USER_README",
"MarketplaceURL": "",
"FabURL": "com.epicgames.launcher://ue/Fab/product/TODO TODO TODO TODO",
"SupportURL": "https://github.com/ScottKirvan/ScooterUtils/discussions",
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "ScooterUtils",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "ScooterUtilsBPLibraryModule",
"Type": "RuntimeAndProgram",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux",
"Android"
]
}
],
"IsBetaVersion": false,
"EnabledByDefault": true,
"IsExperimentalVersion": false
}