FText::FindText

Attempts to find an existing [FText](API\Runtime\Core\Internationalization\FText) using the representation found in the loc tables for the specified namespace and key

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

static bool FindText
(
    const FTextKey & Namespace,
    const FTextKey & Key,
    FText & OutText,
    const FString *const SourceString
)

Remarks

Attempts to find an existing FText using the representation found in the loc tables for the specified namespace and key

Returns

true if OutText was properly set; otherwise false and OutText will be untouched

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