Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization > API/Runtime/Core/Internationalization/FText
| Type | Name | Description | |
|---|---|---|---|
| FText | AsNumber
(
float Val, |
Generate an FText that represents the passed number in the current culture | |
| FText | AsNumber
(
uint64 Val, |
Generate an FText that represents the passed number in the current culture | |
| FText | AsNumber
(
long Val, |
Generate an FText that represents the passed number in the current culture | |
| FText | AsNumber
(
double Val, |
Generate an FText that represents the passed number in the current culture | |
| FText | AsNumber
(
int8 Val, |
Generate an FText that represents the passed number in the current culture | |
| FText | AsNumber
(
int16 Val, |
Generate an FText that represents the passed number in the current culture | |
| FText | AsNumber
(
int32 Val, |
Generate an FText that represents the passed number in the current culture | |
| FText | AsNumber
(
int64 Val, |
Generate an FText that represents the passed number in the current culture | |
| FText | AsNumber
(
uint8 Val, |
Generate an FText that represents the passed number in the current culture | |
| FText | AsNumber
(
uint16 Val, |
Generate an FText that represents the passed number in the current culture | |
| FText | AsNumber
(
uint32 Val, |
Generate an FText that represents the passed number in the current culture |