Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FLazyName
| Name | FLiteralOrName |
| Type | union |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/NameTypes.h |
| Include Path | #include "UObject/NameTypes.h" |
Syntax
union FLiteralOrName
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DisplayIdShift | uint32 | UObject/NameTypes.h | |
| IsNameFlag | uint64 | NOTE: This uses the high bit for the flag. | UObject/NameTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnsiLiteral | const ANSICHAR * | UObject/NameTypes.h | ||
| PackedName | uint64 | UObject/NameTypes.h | ||
| Utf8Literal | const UTF8CHAR * | UObject/NameTypes.h | ||
| WideLiteral | const WIDECHAR * | UObject/NameTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNameEntryId GetComparisonId() |
UObject/NameTypes.h | ||
FNameEntryId GetDisplayId() |
UObject/NameTypes.h | ||
bool IsName() |
UObject/NameTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint64 PackName
(
FNameEntryId ComparisonId, |
UObject/NameTypes.h |