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 |
|
|
|
LocalizationTargetTypes.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CultureName |
FString |
The ISO name for this language. |
LocalizationTargetTypes.h |
- Config
- EditAnywhere
- Category="Language"
- DisplayName="Language"
|
| WordCount |
uint32 |
The estimated number of words that have been localized for this language. |
LocalizationTargetTypes.h |
- Transient
- EditAnywhere
- Category="Statistics"
|
Functions
Public