Files
UnrealEngineUWP/Engine/Plugins/Animation/AnimationLocomotionLibrary/AnimationLocomotionLibrary.uplugin
jose villarroel 0472676589 Change AnimationLocomotionLibrary and AnimationWarping loading phase to PreDefault
#jira UE-197510
#rb Thomas.Sarkanen

[CL 29019029 by jose villarroel in ue5-main branch]
2023-10-23 12:02:38 -04:00

30 lines
723 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Animation Locomotion Library",
"Description": "Collection of techniques for driving locomotion animations",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "AnimationLocomotionLibraryRuntime",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "AnimationLocomotionLibraryEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
}
]
}