Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FTextStringHelper Member List

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)FTextStringHelperstatic
IsComplexText(const TCHAR *Buffer)FTextStringHelperstatic
ReadFromBuffer(const TCHAR *Buffer, FText &OutValue, const TCHAR *TextNamespace=nullptr, const TCHAR *PackageNamespace=nullptr, const bool bRequiresQuotes=false)FTextStringHelperstatic
ReadFromBuffer_ComplexText(const TCHAR *Buffer, FText &OutValue, const TCHAR *TextNamespace, const TCHAR *PackageNamespace)FTextStringHelperprivatestatic
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)FTextStringHelperstatic
WriteToBuffer(FString &Buffer, const FText &Value, const bool bRequiresQuotes=false, const bool bStripPackageNamespace=false)FTextStringHelperstatic
WriteToString(FString &Buffer, const FText &Value, const bool bRequiresQuotes=false)FTextStringHelperstatic