Navigation
API > API/Developer > API/Developer/Localization
| Name | FCultureStatistics |
| Type | struct |
| Header File | /Engine/Source/Developer/Localization/Public/LocalizationTargetTypes.h |
| Include Path | #include "LocalizationTargetTypes.h" |
Syntax
USTRUCT ()
struct FCultureStatistics
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| LocalizationTargetTypes.h | |||
FCultureStatistics
(
const FString& InCultureName |
LocalizationTargetTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CultureName | FString | The ISO name for this language. | LocalizationTargetTypes.h |
|
| WordCount | uint32 | The estimated number of words that have been localized for this language. | LocalizationTargetTypes.h |
|