![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "Containers/StringFwd.h"#include "Containers/UnrealString.h"#include "HAL/UnrealMemory.h"#include "Math/UnrealMathUtility.h"#include "Memory/MemoryView.h"#include "Serialization/Archive.h"Go to the source code of this file.
Classes | |
| struct | UE::THash< BitCount > |
Namespaces | |
| namespace | UE |
| namespace | UE::GenericHash |
Typedefs | |
| using | UE::FHash32 = THash< 32 > |
| using | UE::FHash64 = THash< 64 > |
| using | UE::FHash96 = THash< 96 > |
| using | UE::FHash128 = THash< 128 > |
| using | UE::FHash160 = THash< 160 > |
| using | UE::FHash256 = THash< 256 > |
Functions | |
| FString | UE::GenericHash::ToHex (FMemoryView Memory) |
| FStringBuilderBase & | UE::GenericHash::ToHex (FMemoryView Memory, FStringBuilderBase &Out) |