-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Shaker.uplugin
31 lines (31 loc) · 863 Bytes
/
Shaker.uplugin
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"EngineVersion": "5.4.0",
"WhitelistPlatforms": [ "Win64", "Win32", "Mac", "XboxOne", "PS4", "IOS", "Android", "HTML5", "Linux" ],
"FriendlyName": "Shaker",
"Description": "Shake anything and everything!",
"Category": "Transform",
"CreatedBy": "Douglas Lassance",
"CreatedByURL": "http://douglaslassance.com",
"DocsURL": "https://github.com/douglaslassance/shaker",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/f84f18ecc1264504a548b3e3bcdfcd06",
"SupportURL": "https://github.com/douglaslassance/shaker/issues",
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "Shaker",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "GameplayCameras",
"Enabled": true
}
]
}