FName::NameToDisplayString

Takes a string and breaks it down into a human readable string.

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

static FString NameToDisplayString
(
    const FString & InDisplayName,
    const bool bIsBool
)

Remarks

Takes a string and breaks it down into a human readable string. For example - "bCreateSomeStuff" becomes "Create Some Stuff?" and "DrawScale3D" becomes "Draw Scale 3D".

Returns

the sanitized version of the display name

Parameters

Parameter

Description

InDisplayName

[In, Out] The name to sanitize

bIsBool

True if the name is a bool

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