Files
FNGameProj/Plugins/Runtime/LiveStreamVoice/LiveStreamVoice.uplugin
2024-01-21 00:41:14 +01:00

30 lines
641 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Live Stream Voice Plugin",
"Description": "Used to live stream voice from a single client to multiple other clients",
"Category": "Voice",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "LiveStreamVoice",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
}
]
}