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 FLazyName
Remarks
Lazily constructed FName that helps avoid allocating FNames during static initialization
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLazyName () |
|||
FLazyName
(
const WIDECHAR(&) Literal |
|||
FLazyName
(
const ANSICHAR(&) Literal |
|||
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|