dump: [json] pakchunk0
dump: [json] [pak] pakchunk0 dump: [json] [utoc] pakchunk0 track large files with lfs
This commit is contained in:
parent
a0202f19ac
commit
6c5b2d22ac
5983 changed files with 1839706 additions and 0 deletions
26
Engine/Plugins/Animation/LiveLink/Config/BaseLiveLink.json
Normal file
26
Engine/Plugins/Animation/LiveLink/Config/BaseLiveLink.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
[CoreRedirects]
|
||||
|
||||
|
||||
+ClassRedirects=(OldName="MovieSceneLiveLinkTrack", NewName="/Script/LiveLinkMovieScene.MovieSceneLiveLinkTrack")
|
||||
+ClassRedirects=(OldName="MovieSceneLiveLinkTrackRecorder", NewName="/Script/LiveLinkSequencer.MovieSceneLiveLinkTrackRecorder")
|
||||
+FunctionRedirects=(OldName="/Script/LiveLink.LiveLinkBlueprintLibrary.RequestShutdown", NewName="/Script/LiveLink.LiveLinkBlueprintLibrary.RemoveSource")
|
||||
|
||||
+ClassRedirects=(OldName="MovieSceneLiveLinkSection", NewName="/Script/LiveLinkMovieScene.MovieSceneLiveLinkSection")
|
||||
+StructRedirects=(OldName="MovieSceneLiveLinkSectionTemplate", NewName="/Script/LiveLinkMovieScene.MovieSceneLiveLinkSectionTemplate")
|
||||
|
||||
+ClassRedirects=(OldName="K2Node_EvaluateLiveLinkFrame", NewName="/Script/LiveLinkGraphNode.K2Node_EvaluateLiveLinkFrameWithSpecificRole")
|
||||
+ClassRedirects=(OldName="K2Node_EvaluateLiveLinkFrameAtWorldTime", NewName="/Script/LiveLinkGraphNode.K2Node_EvaluateLiveLinkFrameAtWorldTime")
|
||||
+ClassRedirects=(OldName="K2Node_EvaluateLiveLinkFrameAtSceneTime", NewName="/Script/LiveLinkGraphNode.K2Node_EvaluateLiveLinkFrameAtSceneTime")
|
||||
+ClassRedirects=(OldName="AnimGraphNode_LiveLinkPose", NewName="/Script/LiveLinkGraphNode.AnimGraphNode_LiveLinkPose")
|
||||
|
||||
|
||||
+EnumRedirects=(OldName="ELiveLinkAxis",NewName="/Script/LiveLink.ELiveLinkAxis")
|
||||
+ClassRedirects=(OldName="LiveLinkAxisSwitchPreProcessor", NewName="/Script/LiveLink.LiveLinkTransformAxisSwitchPreProcessor")
|
||||
+ClassRedirects=(OldName="LiveLinkBasicFrameInterpolateProcessor", NewName="/Script/LiveLink.LiveLinkBasicFrameInterpolationProcessor")
|
||||
+ClassRedirects=(OldName="LiveLinkAnimationFrameInterpolateProcessor", NewName="/Script/LiveLink.LiveLinkAnimationFrameInterpolationProcessor")
|
||||
+ClassRedirects=(OldName="LiveLinkAnimationRoleToTransform", NewName="/Script/LiveLink.LiveLinkAnimationRoleToTransform")
|
||||
|
||||
|
||||
+PropertyRedirects=(OldName="LiveLinkTransformAxisSwitchPreProcessor.AxisX",NewName="LiveLinkTransformAxisSwitchPreProcessor.OrientationAxisX")
|
||||
+PropertyRedirects=(OldName="LiveLinkTransformAxisSwitchPreProcessor.AxisY",NewName="LiveLinkTransformAxisSwitchPreProcessor.OrientationAxisY")
|
||||
+PropertyRedirects=(OldName="LiveLinkTransformAxisSwitchPreProcessor.AxisZ",NewName="LiveLinkTransformAxisSwitchPreProcessor.OrientationAxisZ")
|
65
Engine/Plugins/Animation/LiveLink/LiveLink.json
Normal file
65
Engine/Plugins/Animation/LiveLink/LiveLink.json
Normal file
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "2.0",
|
||||
"FriendlyName": "Live Link",
|
||||
"Description": "LiveLink allows streaming of animated data into Unreal Engine",
|
||||
"Category": "Animation",
|
||||
"CreatedBy": "Epic Games, Inc.",
|
||||
"CreatedByURL": "https://epicgames.com",
|
||||
"DocsURL": "",
|
||||
"MarketplaceURL": "",
|
||||
"SupportURL": "",
|
||||
"EnabledByDefault": false,
|
||||
"CanContainContent": false,
|
||||
"IsBetaVersion": false,
|
||||
"Installed": false,
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "Takes",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "ConcertSyncClient",
|
||||
"Enabled": true,
|
||||
"Optional": 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"
|
||||
},
|
||||
{
|
||||
"Name": "LiveLinkMultiUser",
|
||||
"Type": "UncookedOnly",
|
||||
"LoadingPhase": "PostEngineInit"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue