You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[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]
35 lines
752 B
Plaintext
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
|
|
}
|
|
]
|
|
} |