-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathACLPlugin.uplugin
31 lines (31 loc) · 909 Bytes
/
ACLPlugin.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": 20100,
"VersionName": "2.1.0",
"FriendlyName": "Animation Compression Library",
"Description": "Use the Animation Compression Library (ACL) to compress AnimSequences.",
"Category": "Animation",
"CreatedBy": "Nicholas Frechette",
"CreatedByURL": "https://nfrechette.github.io/",
"DocsURL": "https://github.com/nfrechette/acl-ue4-plugin",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/993b51e29e9a48d0b3fb449645b82cb6",
"SupportURL": "https://github.com/nfrechette/acl-ue4-plugin",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": false,
"EngineVersion": "4.25.0",
"Modules": [
{
"Name": "ACLPlugin",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"BlacklistPlatforms": []
},
{
"Name": "ACLPluginEditor",
"Type" : "Editor",
"LoadingPhase" : "Default",
"BlacklistPlatforms": []
}
]
}