Files
UnrealEngineUWP/Engine/Plugins/Animation/AnimationModifierLibrary/AnimationModifierLibrary.uplugin
jurre debaare 5ad7ca7a8f Package file can't be found for the AnimationLocomotionLibraryEditor while running project in the Standalone Game mode
#jira UE-141114
#fix set Plugin modules containing AnimationModifiers to UncookedOnly rather than Editor - as references in standalone -Game session will be unresolved
#preflight 620fcd93ff52bfecfcf8cf5b
#rb Aaron.Cox

#ROBOMERGE-AUTHOR: jurre.debaare
#ROBOMERGE-SOURCE: CL 19079033 in //UE5/Release-5.0/... via CL 19094721
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)

[CL 19137103 by jurre debaare in ue5-main branch]
2022-02-24 20:49:20 -05:00

27 lines
577 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Animation Modifier Library",
"Description": "Collection of Animation Modifiers",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules":
[
{
"Name": "AnimationModifierLibrary",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
}
]
}