#include <Text.h>
◆ FFormatArgumentValue() [1/11]
| FFormatArgumentValue::FFormatArgumentValue |
( |
| ) |
|
|
inline |
◆ FFormatArgumentValue() [2/11]
| FFormatArgumentValue::FFormatArgumentValue |
( |
const class FCbValue & |
Value | ) |
|
◆ FFormatArgumentValue() [3/11]
| FFormatArgumentValue::FFormatArgumentValue |
( |
const int32 |
Value | ) |
|
|
inline |
◆ FFormatArgumentValue() [4/11]
| FFormatArgumentValue::FFormatArgumentValue |
( |
const uint32 |
Value | ) |
|
|
inline |
◆ FFormatArgumentValue() [5/11]
| FFormatArgumentValue::FFormatArgumentValue |
( |
const int64 |
Value | ) |
|
|
inline |
◆ FFormatArgumentValue() [6/11]
| FFormatArgumentValue::FFormatArgumentValue |
( |
const uint64 |
Value | ) |
|
|
inline |
◆ FFormatArgumentValue() [7/11]
| FFormatArgumentValue::FFormatArgumentValue |
( |
const float |
Value | ) |
|
|
inline |
◆ FFormatArgumentValue() [8/11]
| FFormatArgumentValue::FFormatArgumentValue |
( |
const double |
Value | ) |
|
|
inline |
◆ FFormatArgumentValue() [9/11]
| FFormatArgumentValue::FFormatArgumentValue |
( |
const FText & |
Value | ) |
|
|
inline |
◆ FFormatArgumentValue() [10/11]
| FFormatArgumentValue::FFormatArgumentValue |
( |
FText && |
Value | ) |
|
|
inline |
◆ FFormatArgumentValue() [11/11]
| FFormatArgumentValue::FFormatArgumentValue |
( |
ETextGender |
Value | ) |
|
|
inline |
◆ FromExportedString()
| const TCHAR * FFormatArgumentValue::FromExportedString |
( |
const TCHAR * |
InBuffer | ) |
|
◆ GetDoubleValue()
| double FFormatArgumentValue::GetDoubleValue |
( |
| ) |
const |
|
inline |
◆ GetFloatValue()
| float FFormatArgumentValue::GetFloatValue |
( |
| ) |
const |
|
inline |
◆ GetGenderValue()
| ETextGender FFormatArgumentValue::GetGenderValue |
( |
| ) |
const |
|
inline |
◆ GetIntValue()
| int64 FFormatArgumentValue::GetIntValue |
( |
| ) |
const |
|
inline |
◆ GetTextValue()
| const FText & FFormatArgumentValue::GetTextValue |
( |
| ) |
const |
|
inline |
◆ GetType()
◆ GetUIntValue()
| uint64 FFormatArgumentValue::GetUIntValue |
( |
| ) |
const |
|
inline |
◆ IdenticalTo()
◆ ToExportedString() [1/2]
| FString FFormatArgumentValue::ToExportedString |
( |
const bool |
bStripPackageNamespace = false | ) |
const |
◆ ToExportedString() [2/2]
| void FFormatArgumentValue::ToExportedString |
( |
FString & |
OutResult, |
|
|
const bool |
bStripPackageNamespace = false |
|
) |
| const |
◆ ToFormattedString() [1/2]
| FString FFormatArgumentValue::ToFormattedString |
( |
const bool |
bInRebuildText, |
|
|
const bool |
bInRebuildAsSource |
|
) |
| const |
◆ ToFormattedString() [2/2]
| void FFormatArgumentValue::ToFormattedString |
( |
const bool |
bInRebuildText, |
|
|
const bool |
bInRebuildAsSource, |
|
|
FString & |
OutResult |
|
) |
| const |
◆ operator<<
◆ DoubleValue
| double FFormatArgumentValue::DoubleValue |
◆ FloatValue
| float FFormatArgumentValue::FloatValue |
◆ IntValue
| int64 FFormatArgumentValue::IntValue |
◆ UIntValue
| uint64 FFormatArgumentValue::UIntValue |
The documentation for this class was generated from the following files:
- Engine/Source/Runtime/Core/Public/Internationalization/Text.h
- Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp