Files
UnrealEngine/Engine/Plugins/Runtime/AudioMotorSim/AudioMotorSim.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

43 lines
945 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Audio Motor Sim",
"Description": "Compositional method for simulating audio for vehicles.",
"Category": "Audio",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsExperimentalVersion": true,
"Installed": false,
"EnabledByDefault": false,
"Modules": [
{
"Name": "AudioMotorSim",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "AudioMotorSimStandardComponents",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "AudioMotorSimDebug",
"Type": "Runtime",
"LoadingPhase": "Default",
"TargetConfigurationDenyList": [ "Shipping" ],
"TargetDenyList": [ "Server" ]
}
],
"Plugins": [
{
"Name": "SlateIM",
"Enabled": true,
"TargetConfigurationDenyList": [ "Shipping" ]
}
]
}