FString::FormatAsNumber

Takes the number passed in and formats the string in comma format ( 12345 becomes "12,345")

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/UnrealString.h

Include

#include "Containers/UnrealString.h"

Source

/Engine/Source/Runtime/Core/Private/Containers/String.cpp

Syntax

static FString FormatAsNumber
(
    int32 InNumber
)

Remarks

Takes the number passed in and formats the string in comma format ( 12345 becomes "12,345")

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