Files
UnrealEngineUWP/Engine/Plugins/Animation/ControlRigSpline/ControlRigSpline.uplugin
sara schvartzman 73905bf9ff Control Rig: Add native splines for future TinySpline dependency removal
#jira UE-145107
#rb helge.mathee
#preflight https://horde.devtools.epicgames.com/job/622a24a36c2b449433cee874

#ROBOMERGE-OWNER: sara.schvartzman
#ROBOMERGE-AUTHOR: sara.schvartzman
#ROBOMERGE-SOURCE: CL 19352834 via CL 19353365 via CL 19354509 via CL 19355954 via CL 19356255
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v926-19321884)

[CL 19357906 by sara schvartzman in ue5-main branch]
2022-03-11 13:14:40 -05:00

31 lines
638 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Control Rig Spline",
"Description": "Allows creation and use of splines for Control Rig",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": true,
"Installed": false,
"Plugins": [
{
"Name": "ControlRig",
"Enabled": true
}
],
"Modules": [
{
"Name": "ControlRigSpline",
"Type": "Runtime",
"LoadingPhase": "Default"
}
]
}