Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/UObject/NameTypes.h |
| Include | #include "UObject/NameTypes.h" |
Syntax
class FDisplayNameEntryId
Remarks
Serialization util that optimizes WITH_CASE_PRESERVING_NAME-loading by reducing comparison id lookups
Stores 32-bit display entry id with an unused bit to indicate if FName::GetComparisonIdFromDisplayId lookup is needed.
Note that only display entries should be saved to make output deterministic.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDisplayNameEntryId
(
FName Name |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FDisplayNameEntryId | FromComparisonId
(
FNameEntryId ComparisonId |
||
| FNameEntryId | |||
| void | SetLoadedComparisonId
(
FNameEntryId ComparisonId |
||
| void | SetLoadedDifferentDisplayId
(
FNameEntryId DisplayId |
||
| FNameEntryId | ToDisplayId () |
||
| FName | ToName
(
uint32 Number |
Constants
| Name | Description |
|---|---|
| DifferentIdsFlag | |
| DisplayIdMask |