FName::FName

Create an [FName](API\Runtime\Core\UObject\FName) with a hardcoded string index and (instance).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/UObject/NameTypes.h

Include

#include "UObject/NameTypes.h"

Syntax

FName
(
    EName Ename,
    int32 InNumber
)

Remarks

Create an FName with a hardcoded string index and (instance).

Parameters

Parameter

Description

N

The hardcoded value the string portion of the name will have

InNumber

The hardcoded value for the number portion of the name

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