FText::IdenticalTo

Check to see if this [FText](API\Runtime\Core\Internationalization\FText) is identical to the other [FText](API\Runtime\Core\Internationalization\FText)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/Text.h

Include

#include "Internationalization/Text.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp

Syntax

bool IdenticalTo
(
    const FText & Other
) const

Remarks

Check to see if this FText is identical to the other FText

Note: This doesn't compare the text, but only checks that the internal string pointers have the same target (which makes it very fast!) If you actually want to perform a lexical comparison, then you need to use EqualTo instead

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss