Ark Server API (ASA) - Wiki
|
#include <Text.h>
Private Attributes | ||
EFormatArgumentType::Type | Type | |
union { | ||
int64 IntValue | ||
uint64 UIntValue | ||
float FloatValue | ||
double DoubleValue | ||
}; | ||
TOptional< FText > | TextValue | |
Friends | |
void | operator<< (FStructuredArchive::FSlot Slot, FFormatArgumentValue &Value) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
bool FFormatArgumentValue::IdenticalTo | ( | const FFormatArgumentValue & | Other, |
const ETextIdenticalModeFlags | CompareModeFlags ) const |
void FFormatArgumentValue::ToExportedString | ( | FString & | OutResult, |
const bool | bStripPackageNamespace = false ) const |
FString FFormatArgumentValue::ToFormattedString | ( | const bool | bInRebuildText, |
const bool | bInRebuildAsSource ) const |
void FFormatArgumentValue::ToFormattedString | ( | const bool | bInRebuildText, |
const bool | bInRebuildAsSource, | ||
FString & | OutResult ) const |
|
friend |
union { ... } FFormatArgumentValue |
|
private |