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

30 lines
797 B
Plaintext

{
"FileVersion" : 3,
"Version" : 2,
"VersionName" : "2.0",
"FriendlyName" : "Multicast Analytics Provider",
"Description" : "Forwards analytics API calls to a list of analytics providers to log data to multiple services at once",
"Category" : "Analytics",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "https://docs.unrealengine.com/latest/INT/Gameplay/Analytics/index.html",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "AnalyticsMulticastEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
},
{
"Name" : "AnalyticsMulticast",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault"
}
]
}