Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include | #include "Internationalization/Text.h" |
Syntax
class FFormatArgumentValue
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFormatArgumentValue
(
FText&& Value |
|||
FFormatArgumentValue
(
ETextGender Value |
|||
FFormatArgumentValue
(
const FCbValue& Value |
|||
FFormatArgumentValue
(
const int32 Value |
|||
FFormatArgumentValue
(
const uint32 Value |
|||
FFormatArgumentValue
(
const int64 Value |
|||
FFormatArgumentValue
(
const uint64 Value |
|||
FFormatArgumentValue
(
const float Value |
|||
FFormatArgumentValue
(
const double Value |
|||
FFormatArgumentValue
(
const FText& Value |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TCHAR * | FromExportedString
(
const TCHAR* InBuffer |
||
| double | |||
| float | |||
| ETextGender | |||
| int64 | GetIntValue () |
||
| const FText & | GetTextValue () |
||
| EFormatArgumentType::Type | GetType () |
||
| uint64 | GetUIntValue () |
||
| bool | IdenticalTo
(
const FFormatArgumentValue& Other, |
||
| FString | ToExportedString
(
const bool bStripPackageNamespace |
||
| void | ToExportedString
(
FString& OutResult, |
||
| FString | ToFormattedString
(
const bool bInRebuildText, |
||
| void | ToFormattedString
(
const bool bInRebuildText, |