Navigation
API > API/Plugins > API/Plugins/MemoryUsageQueries
References
| Module | MemoryUsageQueries |
| Header | /Engine/Plugins/MemoryUsageQueries/Source/MemoryUsageQueries/Public/MemoryUsageQueriesConfig.h |
| Include | #include "MemoryUsageQueriesConfig.h" |
Syntax
USTRUCT&40;&41;
struct FCollectionInfo
Remarks
“MemQuery Collection” will list memory consumption based on assets discovered that have a path matching the one described in the ini file. Matching supports Wildcards. e.g.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | BudgetMB | Budget in MB. | |
| TArray< FString > | Excludes | Paths of asset package paths to exclude from the results. | |
| TArray< FString > | Includes | Collection of substrings to include whne matching against asset package paths. | |
| FString | Name | Name of the collection. |
Constructors
| Type | Name | Description | |
|---|---|---|---|