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

43 lines
876 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Property Animator",
"Description": "Re-usable behaviors to animate the value of one or more properties",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "PropertyAnimator",
"Type": "Runtime",
"LoadingPhase": "Default",
"TargetDenyList": [ "Server" ]
},
{
"Name": "PropertyAnimatorEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "PropertyAnimatorCore",
"Enabled": true
},
{
"Name": "Text3D",
"Enabled": true
},
{
"Name": "AudioSynesthesia",
"Enabled": true
}
]
}