FName::ToString

Converts an [FName](API\Runtime\Core\UObject\FName) to a readable format, in place

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

void ToString
(
    FString & Out
) const

Remarks

Converts an FName to a readable format, in place

Parameters

Parameter

Description

Out

String to fill with the string representation 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