#include "CoreMinimal.h"
Go to the source code of this file.
Namespaces | |
namespace | StringUtils |
Collection of string manipulation utilities used by the SignalR client implementation. | |
Functions | |
bool | StringUtils::IsEmptyOrWhitespace (const FString &InStr) |
Determines if a string is null/empty or contains only whitespace characters. | |