|
| static CORE_API const FText & | GetEmpty () |
| |
| static CORE_API void | AutoRTFMAssignFromOpenToClosed (FText &Closed, const FText &Open) |
| |
| static CORE_API FText | AsNumber (float Val, const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsNumber (double Val, const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsNumber (int8 Val, const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsNumber (int16 Val, const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsNumber (int32 Val, const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsNumber (int64 Val, const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsNumber (uint8 Val, const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsNumber (uint16 Val, const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsNumber (uint32 Val, const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsNumber (uint64 Val, const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsNumber (long Val, const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsCurrency (float Val, const FString &CurrencyCode=FString(), const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsCurrency (double Val, const FString &CurrencyCode=FString(), const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsCurrency (int8 Val, const FString &CurrencyCode=FString(), const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsCurrency (int16 Val, const FString &CurrencyCode=FString(), const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsCurrency (int32 Val, const FString &CurrencyCode=FString(), const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsCurrency (int64 Val, const FString &CurrencyCode=FString(), const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsCurrency (uint8 Val, const FString &CurrencyCode=FString(), const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsCurrency (uint16 Val, const FString &CurrencyCode=FString(), const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsCurrency (uint32 Val, const FString &CurrencyCode=FString(), const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsCurrency (uint64 Val, const FString &CurrencyCode=FString(), const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsCurrency (long Val, const FString &CurrencyCode=FString(), const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsCurrencyBase (int64 BaseVal, const FString &CurrencyCode, const FCulturePtr &TargetCulture=NULL, int32 ForceDecimalPlaces=-1) |
| |
| static CORE_API FText | AsPercent (float Val, const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsPercent (double Val, const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsDate (const FDateTime &DateTime, const EDateTimeStyle::Type DateStyle=EDateTimeStyle::Default, const FString &TimeZone=FString(), const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsDateTime (const FDateTime &DateTime, const EDateTimeStyle::Type DateStyle=EDateTimeStyle::Default, const EDateTimeStyle::Type TimeStyle=EDateTimeStyle::Default, const FString &TimeZone=FString(), const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsDateTime (const FDateTime &DateTime, const FString &CustomPattern, const FString &TimeZone=FString(), const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsTime (const FDateTime &DateTime, const EDateTimeStyle::Type TimeStyle=EDateTimeStyle::Default, const FString &TimeZone=FString(), const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FText | AsTimespan (const FTimespan &Timespan, const FCulturePtr &TargetCulture=NULL) |
| |
| static CORE_API FString | GetInvariantTimeZone () |
| |
| static CORE_API FText | AsMemory (uint64 NumBytes, const FNumberFormattingOptions *const Options=NULL, const FCulturePtr &TargetCulture=NULL, EMemoryUnitStandard UnitStandard=EMemoryUnitStandard::IEC) |
| |
| static CORE_API FText | AsMemory (uint64 NumBytes, EMemoryUnitStandard UnitStandard) |
| |
| static CORE_API FText | FromStringTable (const FName InTableId, const FTextKey &InKey, const EStringTableLoadingPolicy InLoadingPolicy=EStringTableLoadingPolicy::FindOrLoad) |
| |
| static CORE_API FText | FromName (const FName &Val) |
| |
| static CORE_API FText | FromString (const ANSICHAR *String) |
| |
| static CORE_API FText | FromString (const UTF8CHAR *String) |
| |
| static CORE_API FText | FromString (const WIDECHAR *String) |
| |
| static CORE_API FText | FromString (const FAnsiString &String) |
| |
| static CORE_API FText | FromString (const FString &String) |
| |
| static CORE_API FText | FromString (FString &&String) |
| |
| static CORE_API FText | FromString (const FUtf8String &String) |
| |
| static CORE_API FText | FromStringView (FAnsiStringView InString) |
| |
| static CORE_API FText | FromStringView (FUtf8StringView InString) |
| |
| static CORE_API FText | FromStringView (FWideStringView InString) |
| |
| static CORE_API FText | AsCultureInvariant (const ANSICHAR *String) |
| |
| static CORE_API FText | AsCultureInvariant (const UTF8CHAR *String) |
| |
| static CORE_API FText | AsCultureInvariant (const WIDECHAR *String) |
| |
| static CORE_API FText | AsCultureInvariant (FAnsiStringView String) |
| |
| static CORE_API FText | AsCultureInvariant (FUtf8StringView String) |
| |
| static CORE_API FText | AsCultureInvariant (FWideStringView String) |
| |
| static CORE_API FText | AsCultureInvariant (FString &&String) |
| |
| static CORE_API FText | AsCultureInvariant (FText Text) |
| |
| static CORE_API FText | AsLocalizable_Advanced (const FTextKey &Namespace, const FTextKey &Key, const TCHAR *String) |
| |
| static CORE_API FText | AsLocalizable_Advanced (const FTextKey &Namespace, const FTextKey &Key, FStringView String) |
| |
| static CORE_API FText | AsLocalizable_Advanced (const FTextKey &Namespace, const FTextKey &Key, FString &&String) |
| |
| static CORE_API FText | AsLocalizable_Advanced_LocText (const TCHAR *Namespace, const TCHAR *Key, const TCHAR *String) |
| |
| static CORE_API bool | FindTextInLiveTable_Advanced (const FTextKey &Namespace, const FTextKey &Key, FText &OutText, const FString *const SourceString=nullptr) |
| |
| static UE_FORCEINLINE_HINT bool | FindText (const FTextKey &Namespace, const FTextKey &Key, FText &OutText, const FString *const SourceString=nullptr) |
| |
| static CORE_API FText | TrimPreceding (const FText &) |
| |
| static CORE_API FText | TrimTrailing (const FText &) |
| |
| static CORE_API FText | TrimPrecedingAndTrailing (const FText &) |
| |
| static CORE_API bool | IsWhitespace (const TCHAR Char) |
| |
| static CORE_API void | GetFormatPatternParameters (const FTextFormat &Fmt, TArray< FString > &ParameterNames) |
| |
| static CORE_API FText | Format (FTextFormat Fmt, const FFormatNamedArguments &InArguments) |
| |
| static CORE_API FText | Format (FTextFormat Fmt, FFormatNamedArguments &&InArguments) |
| |
| static CORE_API FText | Format (FTextFormat Fmt, const FFormatOrderedArguments &InArguments) |
| |
| static CORE_API FText | Format (FTextFormat Fmt, FFormatOrderedArguments &&InArguments) |
| |
| template<typename... ArgTypes> |
| static FText | Format (FTextFormat Fmt, ArgTypes... Args) |
| |
| template<typename... TArguments> |
| static FText | FormatNamed (FTextFormat Fmt, TArguments &&... Args) |
| |
| template<typename... TArguments> |
| static FText | FormatOrdered (FTextFormat Fmt, TArguments &&... Args) |
| |
| static CORE_API FText | Join (const FText &Delimiter, const FFormatOrderedArguments &Args) |
| |
| static CORE_API FText | Join (const FText &Delimiter, const TArray< FText > &Args) |
| |
| template<typename... ArgTypes> |
| static FText | Join (const FText &Delimiter, ArgTypes... Args) |
| |
| static CORE_API FText | FromTextGenerator (const TSharedRef< ITextGenerator > &TextGenerator) |
| |
| static CORE_API FCreateTextGeneratorDelegate | FindRegisteredTextGenerator (FName TypeID) |
| |
| static CORE_API void | RegisterTextGenerator (FName TypeID, FCreateTextGeneratorDelegate FactoryFunction) |
| |
| template<typename T > |
| static void | RegisterTextGenerator (FName TypeID) |
| |
| template<typename T > |
| static void | RegisterTextGenerator () |
| |
| static CORE_API void | UnregisterTextGenerator (FName TypeID) |
| |
| template<typename T > |
| static void | UnregisterTextGenerator () |
| |
| static CORE_API void | PreloadStringTable (FName InTableId, const FTextKey &InKey) |
| |