October3d55/ModGameViewport/ModGameViewport.uplugin

33 lines
556 B
Plaintext
Raw Normal View History

2025-03-10 09:43:27 +08:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "ModGameViewport",
"Description": "",
"Category": "CAVE",
"CreatedBy": "",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EngineVersion": "5.5.0",
"CanContainContent": true,
"Installed": true,
2025-04-07 18:03:17 +08:00
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Android"
],
2025-03-10 09:43:27 +08:00
"Modules": [
{
"Name": "ModGameViewport",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
2025-04-07 18:03:17 +08:00
"Win64",
"Linux",
"Android"
2025-03-10 09:43:27 +08:00
]
}
]
}