Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectHash.h |
| Include | #include "UObject/UObjectHash.h" |
void LogHashMemoryOverheadStatistics
(
FOutputDevice & Ar,
const bool bShowIndividualStats
)
Remarks
Logs out information about the total object hash memory usage for debug purposes
Parameters
| Name | Description |
|---|---|
| Ar | the archive to write the log data to |
| bShowIndividualStats | whether to log each hash/map memory usage separately |