A collection of helpful text utility functions that improve the usability of text in Blueprints.
Module: DirectiveUtilitiesRuntime (Runtime) | Header: Source/DirectiveUtilitiesRuntime/Public/Libraries/DirectiveUtilTextFunctionLibrary.h
Type: Blueprint Pure | Category: Directive Utilities|Text
static bool IsNotEmpty(const FText& Text);Returns true if the provided text is not empty. The Text pin accepts a literal (AutoCreateRefTerm).
| Parameter | Type | Description |
|---|---|---|
| Text | const FText& |
The text to check. |
Returns: bool: true if the text is not empty.