Files
UnrealEngine/Engine/Plugins/Experimental/EvaluationNotifies/EvaluationNotifies.uplugin
2025-05-18 13:04:45 +08:00

45 lines
895 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Evaluation Notifies",
"Description": "A system for animation notifies which have animation evaluation time code.",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "EvaluationNotifiesRuntime",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "EvaluationNotifiesEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "AnimationWarping",
"Enabled" : true
},
{
"Name": "RigVM",
"Enabled" : true
},
{
"Name": "AnimNext",
"Enabled" : true
},
{
"Name": "AnimNextAnimGraph",
"Enabled" : true
}
]
}