Ark Server API (ASA) - Wiki
|
This is the complete list of members for FTextStringHelper, including all inherited members.
CreateFromBuffer(const TCHAR *Buffer, const TCHAR *TextNamespace=nullptr, const TCHAR *PackageNamespace=nullptr, const bool bRequiresQuotes=false) | FTextStringHelper | static |
IsComplexText(const TCHAR *Buffer) | FTextStringHelper | static |
ReadFromBuffer(const TCHAR *Buffer, FText &OutValue, const TCHAR *TextNamespace=nullptr, const TCHAR *PackageNamespace=nullptr, const bool bRequiresQuotes=false) | FTextStringHelper | static |
ReadFromBuffer_ComplexText(const TCHAR *Buffer, FText &OutValue, const TCHAR *TextNamespace, const TCHAR *PackageNamespace) | FTextStringHelper | privatestatic |
ReadFromString(const TCHAR *Buffer, FText &OutValue, const TCHAR *TextNamespace=nullptr, const TCHAR *PackageNamespace=nullptr, int32 *OutNumCharsRead=nullptr, const bool bRequiresQuotes=false, const EStringTableLoadingPolicy InLoadingPolicy=EStringTableLoadingPolicy::FindOrLoad) | FTextStringHelper | static |
WriteToBuffer(FString &Buffer, const FText &Value, const bool bRequiresQuotes=false, const bool bStripPackageNamespace=false) | FTextStringHelper | static |
WriteToString(FString &Buffer, const FText &Value, const bool bRequiresQuotes=false) | FTextStringHelper | static |