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

33 lines
705 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Chaos Insights",
"Description": "Plugin to gather insights into Chaos",
"Category": "Insights",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"SupportedPrograms": [ "UnrealInsights" ],
"Modules": [
{
"Name": "ChaosInsightsAnalysis",
"Type": "EditorAndProgram",
"LoadingPhase": "Default",
"ProgramAllowList": [
"UnrealInsights"
]
},
{
"Name": "ChaosInsightsUI",
"Type": "EditorAndProgram",
"LoadingPhase": "Default",
"ProgramAllowList": [
"UnrealInsights"
]
}
]
}