LogHashMemoryOverheadStatistics

Logs out information about the total object hash memory usage for debug purposes

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectHash.h

Include

#include "UObject/UObjectHash.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectHash.cpp

Syntax

void LogHashMemoryOverheadStatistics
(
    FOutputDevice & Ar,
    const bool bShowIndividualStats
)

Remarks

Logs out information about the total object hash memory usage for debug purposes

Parameters

Parameter

Description

Ar

the archive to write the log data to

bShowIndividualStats

whether to log each hash/map memory usage separately

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss