Files
ProjectEleri/Plugins/LTween/LTween.uplugin

30 lines
695 B
Plaintext
Raw Normal View History

2026-07-11 10:43:52 +02:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.3",
"FriendlyName": "LTween",
"Description": "LTween (Lex-Tween) is a tween animation library",
"Category": "LexPlugin",
"CreatedBy": "LexLiu",
"CreatedByURL": "",
"DocsURL": "https://liufei2008.github.io/LTweenDoc/GetStarted/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/efa1b6e762974e48847e029c8ac6c602",
"SupportURL": "707908214@qq.com",
"EngineVersion": "5.8.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "LTween",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
"IOS",
"Android"
]
}
]
}