ContainsLetters
Detects if the provided string contains any letters.- Blueprint
- C++

The string to check.
True if the string contains letters.
ContainsNumbers
Detects if the provided string contains any numbers.- Blueprint
- C++

The string to check.
True if the string contains numbers.
ContainsSpaces
Detects if the provided string contains any spaces.- Blueprint
- C++

The string to check.
True if the string contains spaces.
ContainsSpecialCharacters
Detects if the provided string contains any special characters.- Blueprint
- C++

The string to check.
True if the string contains special characters.
FilterCharacters
Filters out character types from the string.- Blueprint
- C++

The string to filter.
If true, filter out letters.
If true, filter out numbers.
If true, filter out special characters.
If true, filter out spaces.
The filtered string.
GetSortedStringArray
Returns a sorted copy of the provided string array.- Blueprint
- C++

The string array to sort.
A sorted copy of the provided string array.

