Files
UnrealEngine/Engine/Plugins/Experimental/PanoramicCapture/PanoramicCapture.uplugin
2025-05-18 13:04:45 +08:00

27 lines
645 B
Plaintext

{
"FileVersion": 3,
"Version": 1.1,
"VersionName": "Alpha",
"FriendlyName": "Panoramic Capture",
"Description": "A plugin to capture a sequence of panoramic images in monoscopic or stereoscopic (top/bottom).",
"Category": "Movie Capture",
"CreatedBy": "Kite & Lightning",
"CreatedByURL": "https://kiteandlightning.la/",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "PanoramicCapture",
"Type": "UncookedOnly",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
}
]
}