Navigation
API > API/Runtime > API/Runtime/Core
| Name | FHashedName |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/MemoryImage.h |
| Include Path | #include "Serialization/MemoryImage.h" |
Syntax
class FHashedName
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHashedName
(
const FName& InName |
Serialization/MemoryImage.h | ||
FHashedName
(
const TCHAR* InString |
Serialization/MemoryImage.h | ||
FHashedName
(
const FHashedName& InName |
Serialization/MemoryImage.h | ||
FHashedName
(
uint64 InHash |
Serialization/MemoryImage.h | ||
FHashedName () |
Serialization/MemoryImage.h | ||
FHashedName
(
const FString& InString |
Serialization/MemoryImage.h |
Structs
| Name | Remarks |
|---|---|
| InternalLinkType |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DerivedType | FHashedName | Serialization/MemoryImage.h | |
| InternalBaseType | typename TGetBaseTypeHelper< FHashedName >::Type | Serialization/MemoryImage.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CounterBase | int | Serialization/MemoryImage.h | |
| InterfaceType | ETypeLayoutInterface::Type | Serialization/MemoryImage.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FHashedNameDebugStringDebugString | Serialization/MemoryImage.h | |||
| uint64Hash | Inline FString ToString() const { return FString::Printf(TEXT("0x%016X"), Hash); } | Serialization/MemoryImage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FHashedNameDebugString & GetDebugString() |
Serialization/MemoryImage.h | ||
uint64 GetHash() |
Serialization/MemoryImage.h | ||
const FTypeLayoutDesc & GetTypeLayout() |
Serialization/MemoryImage.h | ||
bool IsNone() |
Serialization/MemoryImage.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void InternalDestroy
(
void* Object, |
Serialization/MemoryImage.h | ||
static void InternalInitializeBases
(
FTypeLayoutDesc& TypeDesc |
Serialization/MemoryImage.h | ||
static FTypeLayoutDesc & StaticGetTypeLayout() |
Serialization/MemoryImage.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FHashedName& Rhs |
Serialization/MemoryImage.h | ||
FHashedName & operator=
(
const FHashedName& InName |
Serialization/MemoryImage.h | ||
bool operator==
(
const FHashedName& Rhs |
Serialization/MemoryImage.h |