Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

45 lines
885 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": "UAF",
"Enabled" : true
},
{
"Name": "UAFAnimGraph",
"Enabled" : true
}
]
}