FLazyName

Lazily constructed [FName](API\Runtime\Core\UObject\FName) that helps avoid allocating FNames during static initialization

Windows
MacOS
Linux

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

Name Description

Public function

FLazyName()

Public function

FLazyName

(
    const WIDECHAR Literal
)

Public function

FLazyName

(
    const ANSICHAR Literal
)

Public function

FLazyName

(
    FName Name
)

Functions

Name Description

Public function Const

FName

 

Resolve()

Operators

Name Description

Public function Const

 

operator FName()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss