Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 719 Bytes

File metadata and controls

22 lines (14 loc) · 719 Bytes

Text Function Library

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


Is Not Empty

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.