Files
TG_ARPG/Plugins/marketplace/LogicDriver/SMSystem.uplugin

124 lines
2.2 KiB
Plaintext
Raw Normal View History

2023-10-07 03:53:32 +08:00
{
"FileVersion": 3,
"Version": 42,
"VersionName": "2.8.0.ca410213",
"FriendlyName": "Logic Driver Pro",
"Description": "Create state machines in blueprints using graphs to define state and transition logic.",
"Category": "Editor",
"CreatedBy": "Recursoft",
"CreatedByURL": "https://recursoft.com",
"DocsURL": "https://logicdriver.com/docs",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/9d8db9962594400988f8ddd3fb83cd88",
"SupportURL": "https://logicdriver.com",
"EngineVersion": "5.3.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "SMSystem",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
"Android",
"IOS",
"TVOS"
]
},
{
"Name": "SMSystemEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "SMPreviewEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "SMExtendedRuntime",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux",
"Android",
"IOS",
"TVOS"
]
},
{
"Name": "SMExtendedEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "SMAssetTools",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "SMSearch",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "SMContentEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "SMUtilityLauncher",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
}
],
"Plugins": [
{
"Name": "GameplayTagsEditor",
"Enabled": true
},
{
"Name": "EnhancedInput",
"Enabled": true
}
]
}