Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
Include |
#include "Internationalization/Text.h" |
Source |
/Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp |
bool IdenticalTo
(
const FText & Other,
const ETextIdenticalModeFlags CompareModeFlags
) const
Check to see if this FText is identical to the other FText
@note This function defaults to only testing that the internal data has the same target (which makes it very fast!), rather than performing any deep or lexical analysis. The ETextIdenticalModeFlags can modify this default behavior. See the comments on those flag options for more information.
@note If you actually want to perform a full lexical comparison, then you need to use EqualTo instead.