Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FLazyName
Description
Parse the number at compile time when possible to avoid runtime initialization overhead. Number must be stored upon construction to allow Resolve() to convert a literal to a name without synchronization. If Number had to be written at the same time it would require synchronization.
| Name | ParseNumber |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/NameTypes.h |
| Include Path | #include "UObject/NameTypes.h" |
template<typename CharType>
static uint32 ParseNumber
(
const CharType * Literal,
int32 Len
)