Files
UnrealEngineUWP/Engine/Plugins/Developer/AnimationSharing/AnimationSharing.uplugin
lina halper 76003579dd Copying //UE4/Dev-Anim to Main (//UE4/Main)
[FYI] Laurent.Delayen, Thomas.Sarkanen
#rb: none
#lockdown thomas.sarkanen

#ROBOMERGE-OWNER: ryan.gerleve
#ROBOMERGE-AUTHOR: lina.halper
#ROBOMERGE-SOURCE: CL 4715449 in //UE4/Main/...
#ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking)

[CL 4715461 by lina halper in Dev-Networking branch]
2019-01-11 22:36:30 -05:00

35 lines
752 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Animation Sharing",
"Description": "Plugin to create Shared Animation systems using the Master-Child pose functionality",
"Category": "Programming",
"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
}
]
}