Files
UnrealEngineUWP/Engine/Plugins/Developer/AnimationSharing/AnimationSharing.uplugin
jaime cifuentes 4b60c9f918 Inclusive Terminology Push
Renamed / deprecated master/slave terms at AnimationSharing
#jira UE-158501
#review @jurre.debaare
#preflight 62d143e9af68cd745b6946c6

[CL 21107806 by jaime cifuentes in ue5-main branch]
2022-07-15 06:51:45 -04:00

36 lines
778 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Animation Sharing",
"Description": "Plugin to create Shared Animation systems using the Leader-Follower pose functionality",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "AnimationSharing",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "AnimationSharingEd",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "SignificanceManager",
"Enabled": true
}
],
"IsExperimentalVersion": false
}