Ark Server API (ASA) - Wiki
|
Classes | |
struct | FNameBufferWithNumber |
void TextFilterUtils::IntToStringBuffer | ( | CharType * | Dest, |
int32 | Source, | ||
int32 | MaxLen ) |
Definition at line 106 of file TextFilterUtils.h.
int32 TextFilterUtils::NameStrincmp | ( | const FName & | Name, |
const FString & | WideOther, | ||
const TArray< ANSICHAR > & | AnsiOther, | ||
int32 | Length ) |
Compare FNameEntry vs Wide or Ansi string
bool TextFilterUtils::TestBasicStringExpression | ( | const FTextFilterString & | InValue1, |
const FTextFilterString & | InValue2, | ||
const ETextFilterTextComparisonMode | InTextComparisonMode ) |
Utility function to perform a basic string test for the given values
bool TextFilterUtils::TestComplexExpression | ( | const FTextFilterString & | InValue1, |
const FTextFilterString & | InValue2, | ||
const ETextFilterComparisonOperation | InComparisonOperation, | ||
const ETextFilterTextComparisonMode | InTextComparisonMode ) |
Utility function to perform a complex expression test for the given values