AsNumber

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

FText

 

AsNumber

(
    float Val,
    const FNumberFormattingOptions*...,
    const FCulturePtr& TargetCulture
)

Generate an FText that represents the passed number in the current culture

Public function Static

FText

 

AsNumber

(
    uint64 Val,
    const FNumberFormattingOptions*...,
    const FCulturePtr& TargetCulture
)

Generate an FText that represents the passed number in the current culture

Public function Static

FText

 

AsNumber

(
    long Val,
    const FNumberFormattingOptions*...,
    const FCulturePtr& TargetCulture
)

Generate an FText that represents the passed number in the current culture

Public function Static

FText

 

AsNumber

(
    double Val,
    const FNumberFormattingOptions*...,
    const FCulturePtr& TargetCulture
)

Generate an FText that represents the passed number in the current culture

Public function Static

FText

 

AsNumber

(
    int8 Val,
    const FNumberFormattingOptions*...,
    const FCulturePtr& TargetCulture
)

Generate an FText that represents the passed number in the current culture

Public function Static

FText

 

AsNumber

(
    int16 Val,
    const FNumberFormattingOptions*...,
    const FCulturePtr& TargetCulture
)

Generate an FText that represents the passed number in the current culture

Public function Static

FText

 

AsNumber

(
    int32 Val,
    const FNumberFormattingOptions*...,
    const FCulturePtr& TargetCulture
)

Generate an FText that represents the passed number in the current culture

Public function Static

FText

 

AsNumber

(
    int64 Val,
    const FNumberFormattingOptions*...,
    const FCulturePtr& TargetCulture
)

Generate an FText that represents the passed number in the current culture

Public function Static

FText

 

AsNumber

(
    uint8 Val,
    const FNumberFormattingOptions*...,
    const FCulturePtr& TargetCulture
)

Generate an FText that represents the passed number in the current culture

Public function Static

FText

 

AsNumber

(
    uint16 Val,
    const FNumberFormattingOptions*...,
    const FCulturePtr& TargetCulture
)

Generate an FText that represents the passed number in the current culture

Public function Static

FText

 

AsNumber

(
    uint32 Val,
    const FNumberFormattingOptions*...,
    const FCulturePtr& TargetCulture
)

Generate an FText that represents the passed number in the current culture

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