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

29 lines
643 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "IoStore Insights",
"Description": "Allows capturing IoStore activity via Unreal Insights",
"Category": "Insights",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"SupportedPrograms": [ "UnrealInsights" ],
"Modules": [
{
"Name": "IoStoreInsights",
"Type": "EditorAndProgram",
"LoadingPhase": "Default",
"ProgramAllowList": [
"UnrealInsights"
]
}
]
}