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 |
static FText FromStringTable
(
const FName InTableId,
const FString & InKey,
const EStringTableLoadingPolicy InLoadingPolicy
)
Attempts to create an FText instance from a string table ID and key (this is the same as the LOCTABLE macro, except this can also work with non-literal string values).
The found text, or a dummy FText if not found.