IsNotEmpty
Checks if the provided text is not empty.- Blueprint
- C++

FText
required
The text to check.
bool
True if the text is not empty.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.

FText TextToCheck = FText::FromString("Example123");
bool bIsNotEmpty = UUDCoreFunctionLibrary::IsNotEmpty(TextToCheck);
