AnKangCAVE51/AnKang/Windows/Engine/Plugins/TraceUtilities/TraceUtilities.uplugin

29 lines
706 B
Plaintext
Raw Permalink Normal View History

2024-09-02 13:44:09 +08:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "TraceUtilities",
"Description": "A collection of tools that increase usability of Unreal Insights and the Trace Framework",
"Category": "Other",
"CreatedBy": "Epic Games",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"EnabledByDefault" : true,
"Modules": [
{
"Name": "TraceUtilities",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "EditorTraceUtilities",
"Type": "EditorNoCommandlet",
"LoadingPhase": "Default"
}
]
}