FName::FName

Constructor used by [FLinkerLoad](API\Runtime\CoreUObject\UObject\FLinkerLoad) when loading its name table; Creates an [FName](API\Runtime\Core\UObject\FName) with an instance number of 0 that does not attempt to split the [FName](API\Runtime\Core\UObject\FName) into string and number portions.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "UObject/NameTypes.h"

Source

/Engine/Source/Runtime/Core/Private/UObject/UnrealNames.cpp

Syntax

FName
(
    const FNameEntrySerialized & LoadedEntry
)

Remarks

Constructor used by FLinkerLoad when loading its name table; Creates an FName with an instance number of 0 that does not attempt to split the FName into string and number portions. Also, this version skips calculating the hashes of the names if possible

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