Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization
Inheritance Hierarchy
- FLocMetadataValue
- FLocMetadataValueString
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/InternationalizationMetadata.h |
| Include | #include "Internationalization/InternationalizationMetadata.h" |
Syntax
class FLocMetadataValueString : public FLocMetadataValue
Remarks
A LocMetadata String Value.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLocMetadataValueString
(
const FString& InString |
|||
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
FLocMetadataValueString& Value, |
||
| void |
Overridden from FLocMetadataValue
| Type | Name | Description | |
|---|---|---|---|
| FString | AsString () |
Returns this value as a string, throwing an error if this is not a Metadata String | |
| TSharedRef< FLocMetadataValue > | Clone () |
||
| bool | EqualTo
(
const FLocMetadataValue& Other |
||
| ELocMetadataType | GetType () |
||
| FString | |||
| bool | LessThan
(
const FLocMetadataValue& Other |
||
| FString | ToString () |