You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
MemQuery plugin. LLM tracking of Assets and AssetClasses if enabled. Memory usage queries to display memory usage for assets and classes with group breakdowns amongst other uses. Modification to LowLevelMemTracker to support asset and assetclass tracking. #rb Matt.Peters [CL 23599453 by simon orr in ue5-main branch]
26 lines
619 B
Plaintext
26 lines
619 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 1,
|
|
"VersionName": "1.0",
|
|
"FriendlyName": "MemoryUsageQueries",
|
|
"Description": "Memory Usage Queries, original contribution from The Coalition (Microsoft) https://thecoalitionstudio.com",
|
|
"Category": "Engine",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "http://epicgames.com",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"EnabledByDefault": false,
|
|
"CanContainContent": false,
|
|
"IsBetaVersion": false,
|
|
"Installed": false,
|
|
"Plugins": [
|
|
],
|
|
"Modules": [
|
|
{
|
|
"Name": "MemoryUsageQueries",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "EarliestPossible"
|
|
}
|
|
]
|
|
} |