Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include | #include "Internationalization/Text.h" |
Syntax
class FTextInspector
Constructors
No constructors are accessible with public or protected access.
Destructors
No destructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetDisplayString
(
const FText& Text |
||
| uint32 | |||
| void | GetHistoricFormatData
(
const FText& Text, |
||
| bool | GetHistoricNumericData
(
const FText& Text, |
||
| TOptional< FString > | |||
| TOptional< FString > | GetNamespace
(
const FText& Text |
||
| const void * | GetSharedDataId
(
const FText& Text |
||
| const FString * | GetSourceString
(
const FText& Text |
||
| bool | GetTableIdAndKey
(
const FText& Text, |
||
| bool | GetTableIdAndKey
(
const FText& Text, |
||
| FTextId | |||
| bool | ShouldGatherForLocalization
(
const FText& Text |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| FTextConstDisplayStringPtr | GetSharedDisplayString
(
const FText& Text |
GetSharedDisplayString is no longer guaranteed to return a valid result and should NOT be used! If you wanted to get the text ID, use FTextInspector::GetTextId instead. If you wanted a key for unique text instances, use FTextInspector::GetSharedDataId instead. |