Files
UnrealEngineUWP/Engine/Plugins/Experimental/Animation/ContextualAnimation/ContextualAnimation.uplugin
fernando coello 9029928309 Adding ContextualAnimation plugin [experimental].
This initial commits includes:
- ContextualAnimAsset: DataAsset container for the list of animations, alignment tracks for each animation etc.
- ContextualAnimComponent: Component with helper functions to query the DataAsset and draw debug features to visualize entry points and tolerance in the world.
- ContextualAnimEdMode: A very early version of a custom EdMode to tests interactions in Simulate Mode.
#review-15155060 @braeden.shosa @jose.villarroel @fyi @aaron.cox

[CL 15182872 by fernando coello in ue5-main branch]
2021-01-25 15:14:47 -04:00

36 lines
695 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "ContextualAnimation",
"Description": "",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ContextualAnimation",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ContextualAnimationEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "MotionWarping",
"Enabled": true
}
]
}