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

49 lines
1.0 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "LevelSnapshots",
"Description": "",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"EnabledByDefault": false,
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "LevelSnapshots",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
},
{
"Name": "LevelSnapshotFilters",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
},
{
"Name": "LevelSnapshotsEditor",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
},
{
"Name": "FoliageSupport",
"Type": "UncookedOnly",
"LoadingPhase": "PostDefault"
},
{
"Name": "nDisplaySupport",
"Type": "UncookedOnly",
"LoadingPhase": "PostDefault",
"PlatformAllowList": [
"Win64",
"Linux"
]
}
]
}