UnrealVoxta 0.1.1
 
Loading...
Searching...
No Matches
StringUtils Namespace Reference

Collection of string manipulation utilities used by the SignalR client implementation. More...

Functions

bool IsEmptyOrWhitespace (const FString &InStr)
 Determines if a string is null/empty or contains only whitespace characters.
 

Detailed Description

Collection of string manipulation utilities used by the SignalR client implementation.

Function Documentation

◆ IsEmptyOrWhitespace()

bool StringUtils::IsEmptyOrWhitespace ( const FString & InStr)

Determines if a string is null/empty or contains only whitespace characters.

Parameters
InStrThe string to check.
Returns
True if the string is empty or whitespace, false otherwise.