FName::FName

Create an [FName](API\Runtime\Core\UObject\FName) from its component parts Only call this if you _really_ know what you're doing

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "UObject/NameTypes.h"

Syntax

FName
(
    const FNameEntryId InComparisonIndex,
    const FNameEntryId InDisplayIndex,
    const int32 InNumber
)

Remarks

Create an FName from its component parts Only call this if you really know what you're doing

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