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