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
struct FLocItem
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TSharedPtr< FLocMetadataObject > | MetadataObj | |
![]() |
FString | Text |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FLocItem () |
||
![]() |
|||
![]() |
Copy ctor | ||
![]() |
FLocItem
(
FString InSourceText, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | IsExactMatch
(
const FLocItem& Other |
Similar functionality to == operator but ensures everything matches(ex. ignores COMPARISON_MODIFIER_PREFIX on metadata). |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator!=
(
const FLocItem& Other |
|
![]() ![]() |
bool | ||
![]() |
FLocItem & | ||
![]() ![]() |
bool | operator==
(
const FLocItem& Other |