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

28 lines
569 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "AudioGameplay",
"Description": "Core plugin for audio gameplay",
"Category": "Audio",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "AudioGameplay",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "AudioGameplayTests",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}