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

30 lines
657 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Chaos Mover",
"Description": "Chaos Mover is an Unreal Engine plugin to support Chaos physics based character movement using the Mover framework.",
"Category": "Physics",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ChaosMover",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "Mover",
"Enabled": true
}
]
}