Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationManifest.h |
| Include | #include "Internationalization/InternationalizationManifest.h" |
Syntax
struct FManifestContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsOptional | ||
| TSharedPtr< FLocMetadataObject > | InfoMetadataObj | ||
| FLocKey | Key | ||
| TSharedPtr< FLocMetadataObject > | KeyMetadataObj | ||
| FName | PlatformName | ||
| FString | SourceLocation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FManifestContext
(
const FLocKey& InKey |
|||
FManifestContext
(
const FManifestContext& Other |
Copy ctor |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FManifestContext& Other |
||
| bool | operator<
(
const FManifestContext& Other |
||
| FManifestContext & | operator=
(
const FManifestContext& Other |
||
| bool | operator==
(
const FManifestContext& Other |