Navigation
API > API/Runtime > API/Runtime/Core
Lazily constructed FName that helps avoid allocating FNames during static initialization
| Name | FLazyName |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/NameTypes.h |
| Include Path | #include "UObject/NameTypes.h" |
Syntax
class FLazyName
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FLazyName () |
UObject/NameTypes.h | ||
constexpr FLazyName
(
const ANSICHAR(&) Literal |
UObject/NameTypes.h | ||
constexpr FLazyName
(
const UTF8CHAR(&) Literal |
UObject/NameTypes.h | ||
constexpr FLazyName
(
const WIDECHAR(&) Literal |
UObject/NameTypes.h | ||
| UObject/NameTypes.h |
Classes
| Name | Remarks |
|---|---|
| FLiteralOrName |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Either | FLiteralOrName | UObject/NameTypes.h | ||
| LiteralType | ELiteralType | UObject/NameTypes.h | ||
| Number | uint32 | UObject/NameTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName Resolve() |
UObject/NameTypes.h | ||
FString ToString() |
UObject/NameTypes.h | ||
FUtf8String ToUtf8String() |
UObject/NameTypes.h | ||
bool UEOpEquals
(
FName Rhs |
UObject/NameTypes.h | ||
bool UEOpEquals
(
const FLazyName& Rhs |
UObject/NameTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 CallParseNumber
(
const CharType* Literal, |
UObject/NameTypes.h | ||
static uint32 ParseNumber
(
const CharType* Literal, |
Parse the number at compile time when possible to avoid runtime initialization overhead. | UObject/NameTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator FName() |
UObject/NameTypes.h |