Files
UnrealEngineUWP/Engine/Plugins/Animation/LiveLink/LiveLink.uplugin
Marcus Wassmer 3b81cf8201 Merging using //UE5/Main_to_//UE5/Release-Engine-Staging @14384769
autoresolved files
#rb none

[CL 14384911 by Marcus Wassmer in ue5-main branch]
2020-09-24 00:43:27 -04:00

55 lines
1.0 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "2.0",
"FriendlyName": "Live Link",
"Description": "LiveLink allows streaming of animated data into UE4",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Plugins": [
{
"Name": "Takes",
"Enabled": true
}
],
"Modules": [
{
"Name": "LiveLink",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "LiveLinkComponents",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "LiveLinkEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "LiveLinkGraphNode",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
},
{
"Name": "LiveLinkMovieScene",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "LiveLinkSequencer",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
}
]
}