Navigation
Unreal Engine C++ API Reference > Runtime > Core > Internationalization
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationManifest.h |
Include | #include "Internationalization/InternationalizationManifest.h" |
Syntax
class FInternationalizationManifest
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
bool | AddSource
(
const FLocKey& Namespace, |
Adds a manifest entry. |
![]() ![]() |
TSharedPtr< FManifestEntry > | FindEntryByContext
(
const FLocKey& Namespace, |
|
![]() ![]() |
TSharedPtr< FManifestEntry > | FindEntryByKey
(
const FLocKey& Namespace, |
|
![]() ![]() |
TSharedPtr< FManifestEntry > | FindEntryBySource
(
const FLocKey& Namespace, |
|
![]() ![]() |
FManifestEntryByLocKeyContainer::TConstIterator | ||
![]() ![]() |
FManifestEntryByStringContainer::TConstIterator | ||
![]() ![]() |
EFormatVersion | ||
![]() ![]() |
int32 | ||
![]() ![]() |
int32 | ||
![]() |
void | SetFormatVersion
(
const EFormatVersion Version |
|
![]() |
void | UpdateEntry
(
const TSharedRef< FManifestEntry >& OldEntry, |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
EFormatVersion |