FastDecimalFormat::StringToNumber

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/FastDecimalFormat.h

Include

#include "Internationalization/FastDecimalFormat.h"

Syntax

namespace FastDecimalFormat
{
    bool FastDecimalFormat::StringToNumber
    (
        const TCHAR * InStr,
        const int32 InStrLen,
        const FDecimalNumberFormattingRules & InFormattingRules,
        const FNumberParsingOptions & InParsingOptions,
        int8 & OutVal,
        int32 * OutParsedLen
    )
}

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