UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TypedElementIndexHasher.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
8#include "UObject/NameTypes.h"
9#include "UObject/ObjectPtr.h"
13
15{
16 template<typename T>
17 UE_DEPRECATED(5.6, "Use FMapKey(View) with the new mapping functions.")
18 IndexHash GenerateIndexHash(const T* Object);
19
21 UE_DEPRECATED(5.6, "Use FMapKey(View) with the new mapping functions.")
24 UE_DEPRECATED(5.6, "Use FMapKey(View) with the new mapping functions.")
25 IndexHash GenerateIndexHash(const TObjectPtr<T>& Object);
27 UE_DEPRECATED(5.6, "Use FMapKey(View) with the new mapping functions.")
29
30 // UE_DEPRECATED(5.6, "Use FMapKey(View) with the new mapping functions.") // Disabled deprecation as it's in use by other deprecated functions.
31 inline IndexHash GenerateIndexHash(const FString& Object);
32 UE_DEPRECATED(5.6, "Use FMapKey(View) with the new mapping functions.")
34 // UE_DEPRECATED(5.6, "Use FMapKey(View) with the new mapping functions.") // Disabled deprecation as it's in use by other deprecated functions.
36 UE_DEPRECATED(5.6, "Use FMapKey(View) with the new mapping functions.")
38} // namespace UE::Editor::DataStorage
39
40#include "Elements/Framework/TypedElementIndexHasher.inl"
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition NameTypes.h:617
Definition StrongObjectPtrTemplates.h:26
Definition CommonTypes.cpp:10
uint64 IndexHash
Definition Types.h:11
IndexHash GenerateIndexHash(const T *Object)
Definition TypedElementIndexHasher.inl:11
Definition SoftObjectPath.h:56
Definition ObjectPtr.h:488
Definition WeakObjectPtrTemplates.h:25