Navigation
API > API/Editor > API/Editor/AddContentDialog > API/Editor/AddContentDialog/FLocalizedTextArray
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
FeaturePackContentSource.h |
|
|
Creates a new FLocalizedText |
FeaturePackContentSource.h |
|
FLocalizedTextArray()
| |
|
| Name |
FLocalizedTextArray |
| Type |
function |
| Header File |
/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h |
| Include Path |
#include "FeaturePackContentSource.h" |
FLocalizedTextArray()
FLocalizedTextArray(FString, FString)
Description
Creates a new FLocalizedText
| |
|
| Name |
FLocalizedTextArray |
| Type |
function |
| Header File |
/Engine/Source/Editor/AddContentDialog/Public/FeaturePackContentSource.h |
| Include Path |
#include "FeaturePackContentSource.h" |
FLocalizedTextArray
(
FString InTwoLetterLanguage,
FString InText
)
Parameters
| Name |
Remarks |
| InTwoLetterLanguage |
The iso 2-letter language specifier. |
| InText |
The text in the language specified |