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" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectHash.cpp |
void LogHashStatistics
(
FOutputDevice & Ar,
const bool bShowHashBucketCollisionInfo
)
Remarks
Logs out information about the object hash for debug purposes
Parameters
| Name | Description |
|---|---|
| Ar | the archive to write the log data to |
| bShowHashBucketCollisionInfo | whether to log each bucket's collision count |