LogHashOuterStatistics

Logs out information about the outer object hash 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 LogHashOuterStatistics
(
    FOutputDevice & Ar,
    const bool bShowHashBucketCollisionInfo
)

Remarks

Logs out information about the outer object hash for debug purposes

Parameters

Parameter

Description

Ar

the archive to write the log data to

bShowHashBucketCollisionInfo

whether to log each bucket's collision count

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