Files
UnrealEngineUWP/Engine/Plugins/Animation/ControlRigModules/ControlRigModules.uplugin
chase cooper 3fe3f021e8 Resubmit in Release 5.4 from 29.01. This is needed to remove dependecies with the modules using both Control Rig and Control Rig Splines plugin.
#rb Laurent.Delayen
#jira UE-207907

[CL 31915713 by chase cooper in ue5-main branch]
2024-02-29 13:25:10 -05:00

33 lines
629 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Control Rig Modules",
"Description": "Modules for Control Rig",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"EnabledByDefault": true,
"Plugins": [
{
"Name": "ControlRig",
"Enabled": true
},
{
"Name": "ControlRigSpline",
"Enabled": true
},
{
"Name": "RigVM",
"Enabled": true
}
],
"NoCode": true
}