Files
UnrealEngineUWP/Engine/Plugins/Experimental/Animation/MotionTrajectory/MotionTrajectory.uplugin
Aaron Cox 99e971af92 Initial submit of new trajectory code. This just a first step.
This CL brings the trajectory query data into the PoseSearch plugin. We intend to deprecate and eventually remove the data that's defined in the engine. This is mostly to keep the data and API specific to PoseSearch and reduce the number of systems that will be impacted by future changes.
Created UCharacterTrajectoryComponent, which generates trajectories that are specific to ACharacter. The trajectories can be fed directly to the Motion Matching node, removing the need to do extra conversion steps in Blueprint.

#review-24309127 @Samuele.Rigamonti
#jira none
#preflight 63f3a053500c05a624236cdb

[CL 24321984 by Aaron Cox in ue5-main branch]
2023-02-20 15:11:21 -05:00

31 lines
651 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Motion Trajectory",
"Description": "Generate predictions and track history of character motion.",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "MotionTrajectory",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "PoseSearch",
"Enabled": true
}
]
}