FNumberParsingOptions

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Internationalization/Text.h"

Syntax

struct FNumberParsingOptions

Variables

Name Description

Public variable

bool

 

InsideLimits

The number needs to be representable inside its type limits to be considered valid.

Public variable

bool

 

UseClamping

Clamp the parsed value to its type limits.

Public variable

bool

 

UseGrouping

Constructors

Name Description

Public function

FNumberParsingOptions()

Functions

Name Description

Public function Static

const FNumbe...

 

DefaultNoGrouping()

Get the default number parsing options with grouping disabled

Public function Static

const FNumbe...

 

DefaultWithGrouping()

Get the default number parsing options with grouping enabled

Public function Const

bool

 

IsIdentical

(
    const FNumberParsingOptions& Other
)

Check to see if our parsing options match the other parsing options

Public function

FNumberParsi...

 

SetInsideLimits

(
    bool InValue
)

Public function

FNumberParsi...

 

SetUseClamping

(
    bool InValue
)

Public function

FNumberParsi...

 

SetUseGrouping

(
    bool InValue
)

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