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

34 lines
642 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "MoverTests",
"Description": "Series of test content for the Mover system.",
"Category": "Gameplay",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "MoverTests",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "Mover",
"Enabled": true
},
{
"Name": "MoverExamples",
"Enabled": true
}
]
}