Files
UnrealEngine/Engine/Plugins/Marketplace/AsyncBlueprints/AsyncBlueprintsExtension.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

46 lines
1.0 KiB
Plaintext
Executable File

{
"FileVersion": 3,
"Version": 11,
"VersionName": "1.7.0",
"FriendlyName": "Async Blueprints Extension",
"Description": "Provides functions and classes for async operations",
"Category": "Code Plugin",
"CreatedBy": "LazyPanda07",
"CreatedByURL": "https://github.com/LazyPanda07",
"DocsURL": "https://github.com/LazyPanda07/AsyncBlueprintsExtensionPublic/wiki",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/30897fddee3844108f20b0326dd0bac8",
"SupportURL": "semengricenko@gmail.com",
"EngineVersion": "5.7.0",
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "AsyncBlueprintsExtension",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"IOS",
"Android",
"Linux",
"LinuxArm64",
"TVOS"
]
},
{
"Name": "AsyncBlueprintsExtensionUncooked",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"IOS",
"Android",
"Linux",
"LinuxArm64",
"TVOS"
]
}
]
}