Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FText
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructs a new FText with the SourceString of the specified text but with the specified namespace and key | Internationalization/Text.h | ||
| Constructs a new FText with the SourceString of the specified text but with the specified namespace, key, and developer translation context notes | Internationalization/Text.h |
ChangeKey(const FTextKey &, const FTextKey &, const FText &)
Description
Constructs a new FText with the SourceString of the specified text but with the specified namespace and key
| Name | ChangeKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include Path | #include "Internationalization/Text.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp |
static FText ChangeKey
(
const FTextKey & Namespace,
const FTextKey & Key,
const FText & Text
)
ChangeKey(const FTextKey &, const FTextKey &, const FText &, const FString &)
Description
Constructs a new FText with the SourceString of the specified text but with the specified namespace, key, and developer translation context notes
| Name | ChangeKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include Path | #include "Internationalization/Text.h" |
| Source | /Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp |
static FText ChangeKey
(
const FTextKey & Namespace,
const FTextKey & Key,
const FText & Text,
const FString & DevNotes
)